about summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authoroy <Tom_Adams@web.de>2011-02-13 13:06:19 +0100
committeroy <Tom_Adams@web.de>2011-02-13 13:06:19 +0100
commit3c7adc6a7fe8573341474d367c164ebf34005c1f (patch)
treeafc788e6050ea7983fb342130f2355d4bcdd62ba /scripts
parent0ec755ee741cd0f7694e5081db4c5341f6199829 (diff)
downloadzcatch-3c7adc6a7fe8573341474d367c164ebf34005c1f.tar.gz
zcatch-3c7adc6a7fe8573341474d367c164ebf34005c1f.zip
fixed nethash
Diffstat (limited to 'scripts')
-rw-r--r--scripts/cmd5.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/cmd5.py b/scripts/cmd5.py
index cb610903..cd4ec743 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 == "c139dc3e0152dff6":
+if hash == "8755162e69711f98":
 	hash = "b67d1f1a1eea234e"
 print('#define GAME_NETVERSION_HASH "%s"' % hash)