diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-12-09 13:36:54 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-12-09 13:36:54 +0000 |
| commit | 633612409700d56ac98c2a9448e79bf6701b508f (patch) | |
| tree | f704c0549f26a05cd74de4a570d0a5a7e43265ea /scripts/mass_server.py | |
| parent | 6abf334cedc8acc433ea291fd4104a219340c422 (diff) | |
| download | zcatch-633612409700d56ac98c2a9448e79bf6701b508f.tar.gz zcatch-633612409700d56ac98c2a9448e79bf6701b508f.zip | |
generall update with alot off small stuff
Diffstat (limited to 'scripts/mass_server.py')
| -rw-r--r-- | scripts/mass_server.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mass_server.py b/scripts/mass_server.py index 42aed747..bdd42174 100644 --- a/scripts/mass_server.py +++ b/scripts/mass_server.py @@ -3,7 +3,7 @@ import random import os -masterservers = ["localhost 8383"] +masterservers = ["localhost 8300"] maps = [ ["dm1", "dm2", "dm6"], |