fixed nethash 4 real

This commit is contained in:
oy 2011-06-09 23:28:40 +02:00
parent e1ef01f656
commit 9efa0e3f63

View file

@ -30,6 +30,6 @@ for filename in sys.argv[1:]:
hash = hashlib.md5(f).hexdigest().lower()[16:] hash = hashlib.md5(f).hexdigest().lower()[16:]
#TODO 0.7: improve nethash creation #TODO 0.7: improve nethash creation
if hash == "6e28a475de43adfd": if hash == "5c1e637ffddf3a37":
hash = "5c1e637ffddf3a37" hash = "626fce9a778df4d4"
print('#define GAME_NETVERSION_HASH "%s"' % hash) print('#define GAME_NETVERSION_HASH "%s"' % hash)