mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
fixed nethash
This commit is contained in:
parent
1b2703aaba
commit
127fca31f2
|
@ -31,6 +31,6 @@ for filename in sys.argv[1:]:
|
||||||
hash = hashlib.md5(f).hexdigest().lower()[16:]
|
hash = hashlib.md5(f).hexdigest().lower()[16:]
|
||||||
# TODO: refactor hash that is equal to the 0.5 hash, remove when we
|
# TODO: refactor hash that is equal to the 0.5 hash, remove when we
|
||||||
# TODO: remove when we don't need it any more
|
# TODO: remove when we don't need it any more
|
||||||
if hash == "f16c2456fc487748":
|
if hash == "c139dc3e0152dff6":
|
||||||
hash = "b67d1f1a1eea234e"
|
hash = "b67d1f1a1eea234e"
|
||||||
print('#define GAME_NETVERSION_HASH "%s"' % hash)
|
print('#define GAME_NETVERSION_HASH "%s"' % hash)
|
||||||
|
|
Loading…
Reference in a new issue