diff options
Diffstat (limited to 'datasrc')
| -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 7bb8e7ef..c5d021a2 100644 --- a/datasrc/network.py +++ b/datasrc/network.py @@ -6,7 +6,7 @@ GameFlags = ["TEAMS", "FLAGS"] Emoticons = [str(x) for x in xrange(1,16)] -Powerups = ["ARMOR", "HEALTH", "WEAPON", "NINJA"] +Powerups = ["HEALTH", "ARMOR", "WEAPON", "NINJA"] RawHeader = ''' enum |