diff options
Diffstat (limited to 'bin/scripts/on_dedicated.scr.example')
-rw-r--r-- | bin/scripts/on_dedicated.scr.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/scripts/on_dedicated.scr.example b/bin/scripts/on_dedicated.scr.example new file mode 100644 index 000000000..5465cd797 --- /dev/null +++ b/bin/scripts/on_dedicated.scr.example @@ -0,0 +1,4 @@ +echo "Setting dedicated network server settings..." +# empty the server password +server_pw = "*" +server_name = "My example dedicated gameserver" |