| author | Darkvater |
| Sat, 28 May 2005 16:59:51 +0000 | |
| changeset 1866 | 200d225a85ff |
| parent 629 | ce914eb4023d |
| child 1868 | 77675e799148 |
| permissions | -rw-r--r-- |
|
1866
200d225a85ff
(svn r2372) - Fix (console): update the example scripts in the scripts/ directory to reflect the new console functionality
Darkvater
parents:
629
diff
changeset
|
1 |
# set default server port, and have the dedicated server listen on all ports |
|
200d225a85ff
(svn r2372) - Fix (console): update the example scripts in the scripts/ directory to reflect the new console functionality
Darkvater
parents:
629
diff
changeset
|
2 |
server_ip = 0.0.0.0 |
|
200d225a85ff
(svn r2372) - Fix (console): update the example scripts in the scripts/ directory to reflect the new console functionality
Darkvater
parents:
629
diff
changeset
|
3 |
server_port = 3979 |