rushnotes: fix typo, switch off debug mode
This commit is contained in:
parent
36e2ef3f35
commit
afaaee1fcf
|
@ -133,7 +133,7 @@ class RushNotes(Aux_Window):
|
|||
debugfile.write(self.hud.table.name+"\n")
|
||||
debugfile.write(str(self.hud.stat_dict.keys())+"\n")
|
||||
|
||||
if self.hud.table.name not in {"Mach 10", "Lightning", "Celerity", "Flash", "Zoom"}
|
||||
if self.hud.table.name not in ("Mach 10", "Lightning", "Celerity", "Flash", "Zoom"):
|
||||
return
|
||||
#
|
||||
# Grab a list of player id's
|
||||
|
|
Loading…
Reference in New Issue
Block a user