Files @ r15221:4e305be6015a
Branch filter:

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

rubidium
(svn r19865) -Fix [FS#3830]: crash when changing locale settings from console due to strcpy-ing a string into a pointer
1
2
3
4
echo "Setting dedicated network server settings..."
# empty the server password
server_pw = "*"
server_name = "My example dedicated gameserver"