Skip to content

Commit

Permalink
Fix PvPKill tracking
Browse files Browse the repository at this point in the history
See issue #22
  • Loading branch information
lekeno committed Dec 10, 2017
1 parent 2a9a32f commit f230a83
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 @@ -201,7 +201,7 @@ def journal_entry(cmdr, is_beta, system, station, entry, state):
status_outcome["updated"] = True
status_outcome["reason"] = outcome["reason"]

if entry["event"] in ["Interdicted", "Died", "EscapeInterdiction", "Interdiction", "PvPKill"]:
if entry["event"] in ["Interdicted", "Died", "EscapeInterdiction", "Interdiction", "PVPKill"]:
report_crime(ed_player, entry)

if entry["event"] in ["ReceiveText", "SendText"]:
Expand Down

0 comments on commit f230a83

Please sign in to comment.