diff options
| author | oy <Tom_Adams@web.de> | 2011-08-06 13:57:59 +0200 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2011-08-06 13:57:59 +0200 |
| commit | de05682d87429f99d42e74986032d9c26037eae5 (patch) | |
| tree | 11dbcd5fc02707db5da231de5be3ecdfcb3a6704 /scripts | |
| parent | 003c0aa28132ade7b89ba5ed001bf819c8d0d381 (diff) | |
| download | zcatch-de05682d87429f99d42e74986032d9c26037eae5.tar.gz zcatch-de05682d87429f99d42e74986032d9c26037eae5.zip | |
fixed play hooking when tune player_collision is 0. Closes #825
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 9b4804c7..5ac4cd45 100644 --- a/scripts/cmd5.py +++ b/scripts/cmd5.py @@ -30,6 +30,6 @@ for filename in sys.argv[1:]: hash = hashlib.md5(f).hexdigest().lower()[16:] #TODO 0.7: improve nethash creation -if hash == "63d6e69c6025feff": +if hash == "3dc531e4296de555": hash = "626fce9a778df4d4" print('#define GAME_NETVERSION_HASH "%s"' % hash) |