summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorheinrich5991 <heinrich5991@gmail.com>2018-10-13 11:02:50 +0200
committerRedix <redix@hotmail.de>2018-11-08 00:09:37 +0100
commit9892a30f8b5c465fefec84e0e391158b104597f7 (patch)
treeb95852e17529c15259fa66b012bbd23b455d14d4
parent344a58cd858669f2b742827024dff7fd25fccccf (diff)
Revert "Fix nethash"
This reverts commit ebeb289fef90df0b9a060f6e197b58472660a515.
-rw-r--r--scripts/cmd5.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/cmd5.py b/scripts/cmd5.py
index 84b14f17f..68881d0bb 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 == "fc9dffd45c6d100a":
+if hash == "e42d81cd67b8c7bc":
hash = "626fce9a778df4d4"
print('#define GAME_NETVERSION_HASH "%s"' % hash)