summaryrefslogtreecommitdiff
path: root/scripts/cmd5.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/cmd5.py')
-rw-r--r--scripts/cmd5.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/cmd5.py b/scripts/cmd5.py
index f419a0df6..07ee484b1 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.8: improve nethash creation
-if hash == "7d93423b228c5fb8":
+if hash == "cb14bf6dc197d153":
hash = "802f1be60a05665f"
print('#define GAME_NETVERSION_HASH "%s"' % hash)