Skip to content

Commit

Permalink
Duh
Browse files Browse the repository at this point in the history
  • Loading branch information
lekeno committed Mar 25, 2018
1 parent ce1a283 commit d593417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edr/load.py
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ def handle_scan_events(cmdr, entry):
return False

cmdr_name = entry["PilotName"][len(prefix):-1]
if cmdr_name == ed_player.name:
if cmdr_name == cmdr.name:
# Happens when scanning one's unmanned ship, etc.
return False

Expand Down

0 comments on commit d593417

Please sign in to comment.