add a logo to the binary file

This commit is contained in:
2021-10-07 20:38:38 +02:00
parent 093ac8ed02
commit 0ef7062f28
12 changed files with 225 additions and 11 deletions

View File

@@ -93,7 +93,7 @@ namespace NonaBGS.BGS {
entry.Entries.Add(e);
entry.System = current_system;
entry.Station = current_station;
entry.Faction = (e as RedeemVoucherEntry).Factions.First();
entry.Faction = (e as RedeemVoucherEntry).Factions.FirstOrDefault() ?? "";
entry.ControllingFaction = controlling_faction;
collate = true;