diff options
| author | oy <Tom_Adams@web.de> | 2011-02-16 11:32:40 +0100 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2011-02-16 11:32:40 +0100 |
| commit | b59c710ebac43c5d1aa126aa7f1eb49e9c942ac0 (patch) | |
| tree | 94a54d9f14bd68d5804b12ddb1fddeb3cf2a9cee /scripts | |
| parent | 818cf464e33d0b38d72c09b7e212e51db3896ad5 (diff) | |
| download | zcatch-b59c710ebac43c5d1aa126aa7f1eb49e9c942ac0.tar.gz zcatch-b59c710ebac43c5d1aa126aa7f1eb49e9c942ac0.zip | |
changed netversion to 0.6
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/cmd5.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/cmd5.py b/scripts/cmd5.py index cd4ec743..91e22f63 100644 --- a/scripts/cmd5.py +++ b/scripts/cmd5.py @@ -29,8 +29,4 @@ for filename in sys.argv[1:]: f += cstrip([l.strip() for l in open(filename, "rb")]) 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 == "8755162e69711f98": - hash = "b67d1f1a1eea234e" print('#define GAME_NETVERSION_HASH "%s"' % hash) |