From 9e5ead2fbdcb6e91fdb63e33935d68147eefa8b5 Mon Sep 17 00:00:00 2001 From: oy Date: Sat, 30 Jul 2011 22:30:26 +0200 Subject: fixed nethash --- scripts/cmd5.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/cmd5.py') diff --git a/scripts/cmd5.py b/scripts/cmd5.py index 07e35bb1..9b4804c7 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 == "71de0f4d82688970": +if hash == "63d6e69c6025feff": hash = "626fce9a778df4d4" print('#define GAME_NETVERSION_HASH "%s"' % hash) -- cgit 1.4.1