Skip to content

Commit

Permalink
Update edrclient.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lekeno committed Feb 12, 2022
1 parent ee2bc14 commit 8b4a4bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edr/edrclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ def register_fss_signals(self, system_address=None, override_star_system=None, f
if new_fc:
# Report new FC to help with CG (e.g. unloading/loading commodities from newly arrived FC)
self.notify_with_details(_(u"{} newly arrived fleet carriers").format(len(new_fc)), ["{} : {}".format(callsign, new_fc[callsign]) for callsign in new_fc])
return
return
fc_report = self.edrfssinsights.fleet_carriers_report(force_reporting)
if fc_report is not None:
EDRLOG.log(u"Registering FSS signals; fc_report: {} with sys_address {} and star_system {}".format(fc_report, system_address, override_star_system), "DEBUG")
Expand Down

0 comments on commit 8b4a4bc

Please sign in to comment.