| author | Darkvater |
| Sat, 28 May 2005 16:59:51 +0000 | |
| changeset 1866 | 87ae212e7eda |
| parent 629 | 4bb1f0fb0109 |
| child 1868 | 99ba6fdbae20 |
| permissions | -rw-r--r-- |
|
1866
87ae212e7eda
(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 |
|
87ae212e7eda
(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 |
|
87ae212e7eda
(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 |