Files @ r5376:226f4edfd4b1
Branch filter:

Location: cpp/openttd-patchpack/source/scripts/on_dedicated.scr.example

rubidium
(svn r7561) -Fix (FS#431): core and (patches) GUI were not in-sync with respect to autorenew settings. This is only a temporary fix, as the definite fix needs to move the autorenew settings to a per-company settings window.
1
2
3
4
echo "Setting dedicated network server settings..."
# empty the server password
server_pw = "*"
server_name = "My example dedicated gameserver"