add a logo to the binary file
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user