Files @ r24743:6976bb35b8bd
Branch filter:

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

Patric Stout
Codechange: [SDL2] Name paint function Paint(), like other drivers do

This reduces confusion when reading different drivers.
1
2
3
4
echo "Setting dedicated network server settings..."
# empty the server password
server_pw = "*"
server_name = "My example dedicated gameserver"