about summary refs log tree commit diff
diff options
context:
space:
mode:
authoroy <Tom_Adams@web.de>2011-04-13 20:48:50 +0200
committeroy <Tom_Adams@web.de>2011-04-13 20:48:50 +0200
commit43a6c022638278a190c450482bf4eb04cfaafb53 (patch)
treef9477fa8d20701aafb6e7ad3f33e50a94ee9ff16
parent1d426f1df93e9df88e9c98e3c993f4836927ec05 (diff)
downloadzcatch-43a6c022638278a190c450482bf4eb04cfaafb53.tar.gz
zcatch-43a6c022638278a190c450482bf4eb04cfaafb53.zip
fixed the nethash
-rw-r--r--scripts/cmd5.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/cmd5.py b/scripts/cmd5.py
index 0eac2a33..69eb83b8 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 == "e20714704d311d78":
+if hash == "6e28a475de43adfd":
 	hash = "626fce9a778df4d4"
 print('#define GAME_NETVERSION_HASH "%s"' % hash)