bin/scripts/pre_dedicated.scr.example
author KUDr
Wed, 03 Jan 2007 20:00:29 +0000
branchcustombridgeheads
changeset 5647 cbde85c8c878
parent 5643 3778051e8095
permissions -rw-r--r--
(svn r7804) [cbh] - Fix: [NTP] suppress false 'Train is lost' message if destination tile was found
1868
77675e799148 (svn r2374) - CodeChange: giving server_ip a value of 'all' will make the server listen on any interface (0.0.0.0); also fix a typo in one of the script example files: s/ports/interfaces
Darkvater
parents: 1866
diff changeset
     1
# set default server port, and have the dedicated server listen on all interfaces
77675e799148 (svn r2374) - CodeChange: giving server_ip a value of 'all' will make the server listen on any interface (0.0.0.0); also fix a typo in one of the script example files: s/ports/interfaces
Darkvater
parents: 1866
diff changeset
     2
server_ip = all
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
     3
server_port = 3979