diff options
Diffstat (limited to 'datasrc/network.py')
| -rw-r--r-- | datasrc/network.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/datasrc/network.py b/datasrc/network.py index 61c69365..9b153016 100644 --- a/datasrc/network.py +++ b/datasrc/network.py @@ -4,7 +4,7 @@ Emotes = ["NORMAL", "PAIN", "HAPPY", "SURPRISE", "ANGRY", "BLINK"] PlayerStates = ["UNKNOWN", "PLAYING", "IN_MENU", "CHATTING"] GameFlags = ["TEAMS", "FLAGS"] -Emoticons = [str(x) for x in xrange(1,16)] +Emoticons = [str(x) for x in range(1,16)] Powerups = ["HEALTH", "ARMOR", "WEAPON", "NINJA"] |