diff options
| author | oy <Tom_Adams@web.de> | 2011-06-09 22:19:01 +0200 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2011-06-09 22:19:01 +0200 |
| commit | b48c59225acfe59152d8293172557b2083d2207b (patch) | |
| tree | 84503910721b8057ebb85f8bacf80eee9ae735bf /scripts | |
| parent | 3d7bdaee8f1b21409acebef8f87259d01ed8d244 (diff) | |
| download | zcatch-b48c59225acfe59152d8293172557b2083d2207b.tar.gz zcatch-b48c59225acfe59152d8293172557b2083d2207b.zip | |
fixed nethash
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/cmd5.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/cmd5.py b/scripts/cmd5.py index 69eb83b8..2a528d77 100644 --- a/scripts/cmd5.py +++ b/scripts/cmd5.py @@ -31,5 +31,5 @@ for filename in sys.argv[1:]: hash = hashlib.md5(f).hexdigest().lower()[16:] #TODO 0.7: improve nethash creation if hash == "6e28a475de43adfd": - hash = "626fce9a778df4d4" + hash = "5c1e637ffddf3a37" print('#define GAME_NETVERSION_HASH "%s"' % hash) |