From a72848e78032014adb1bf053c4556bf1072b0c2d Mon Sep 17 00:00:00 2001 From: oy Date: Mon, 3 Jan 2011 12:50:38 +0100 Subject: added constants for teams by Choupom --- scripts/cmd5.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/cmd5.py b/scripts/cmd5.py index 5eaab34a..df8f8d7a 100644 --- a/scripts/cmd5.py +++ b/scripts/cmd5.py @@ -32,6 +32,6 @@ for filename in sys.argv[1:]: hash = hashlib.md5(f).hexdigest().lower()[16:] # TODO: refactor hash that is equal to the 0.5 hash, remove when we # TODO: remove when we don't need it any more -if hash == "7e33344691ca8a61": +if hash == "026b8eceb4cdd369": hash = "b67d1f1a1eea234e" print '#define GAME_NETVERSION_HASH "%s"' % hash -- cgit 1.4.1