diff --git a/scripts/cmd5.py b/scripts/cmd5.py index 69eb83b8c..2a528d779 100644 --- a/scripts/cmd5.py +++ b/scripts/cmd5.py @@ -31,5 +31,5 @@ for filename in sys.argv[1:]: hash = hashlib.md5(f).hexdigest().lower()[16:] #TODO 0.7: improve nethash creation if hash == "6e28a475de43adfd": - hash = "626fce9a778df4d4" + hash = "5c1e637ffddf3a37" print('#define GAME_NETVERSION_HASH "%s"' % hash)