scripts/pre_server.scr.example
author Darkvater
Sat, 22 Apr 2006 13:56:16 +0000
changeset 3630 0f7828d892ae
parent 1866 200d225a85ff
permissions -rw-r--r--
(svn r4529) - Codechange: Use proper naming for hex numbers in debug prints eg. 0xF3A6. Use fixed lengths where applicable (newgrf). Unfortunately '%#X' is unusable since it gives 0XFF3 and '%#x' gives 0xff3 while we want 0xFF3 :P
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 the server port to the default value
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_port = 3979