diff options
| author | oy <Tom_Adams@web.de> | 2011-04-13 20:48:50 +0200 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2011-04-13 20:48:50 +0200 |
| commit | 43a6c022638278a190c450482bf4eb04cfaafb53 (patch) | |
| tree | f9477fa8d20701aafb6e7ad3f33e50a94ee9ff16 /scripts | |
| parent | 1d426f1df93e9df88e9c98e3c993f4836927ec05 (diff) | |
| download | zcatch-43a6c022638278a190c450482bf4eb04cfaafb53.tar.gz zcatch-43a6c022638278a190c450482bf4eb04cfaafb53.zip | |
fixed the nethash
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/cmd5.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/cmd5.py b/scripts/cmd5.py index 0eac2a33..69eb83b8 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 == "e20714704d311d78": +if hash == "6e28a475de43adfd": hash = "626fce9a778df4d4" print('#define GAME_NETVERSION_HASH "%s"' % hash) |