diff options
| author | oy <Tom_Adams@web.de> | 2011-02-12 22:29:24 +0100 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2011-02-12 22:29:24 +0100 |
| commit | 127fca31f225153f006818e552557e3baac841ed (patch) | |
| tree | 15890434811d98e3b4c917cd47c8eb1e070e72aa /scripts | |
| parent | 1b2703aaba9ef21b8fca7c12b299fcd0fd4b9251 (diff) | |
| download | zcatch-127fca31f225153f006818e552557e3baac841ed.tar.gz zcatch-127fca31f225153f006818e552557e3baac841ed.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 929c05a7..cb610903 100644 --- a/scripts/cmd5.py +++ b/scripts/cmd5.py @@ -31,6 +31,6 @@ for filename in sys.argv[1:]: hash = hashlib.md5(f).hexdigest().lower()[16:] # TODO: refactor hash that is equal to the 0.5 hash, remove when we # TODO: remove when we don't need it any more -if hash == "f16c2456fc487748": +if hash == "c139dc3e0152dff6": hash = "b67d1f1a1eea234e" print('#define GAME_NETVERSION_HASH "%s"' % hash) |