about summary refs log tree commit diff
diff options
context:
space:
mode:
authoroy <Tom_Adams@web.de>2011-06-09 23:28:40 +0200
committeroy <Tom_Adams@web.de>2011-06-09 23:28:40 +0200
commit9efa0e3f63cb567c88acd1a9fd775eca5041cd9f (patch)
tree5a2c1a7dff5321fbb4b4af94c3ffbd25746bb1b3
parente1ef01f656fbc9e6d45450bbc8519688c51cc661 (diff)
downloadzcatch-9efa0e3f63cb567c88acd1a9fd775eca5041cd9f.tar.gz
zcatch-9efa0e3f63cb567c88acd1a9fd775eca5041cd9f.zip
fixed nethash 4 real
-rw-r--r--scripts/cmd5.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/cmd5.py b/scripts/cmd5.py
index 2a528d77..a06d45a7 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 == "6e28a475de43adfd":
-	hash = "5c1e637ffddf3a37"
+if hash == "5c1e637ffddf3a37":
+	hash = "626fce9a778df4d4"
 print('#define GAME_NETVERSION_HASH "%s"' % hash)