From 87a90f4670b810cfb8bc7c3b03444e44f7ff9e83 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sat, 13 Oct 2018 23:22:55 +0100 Subject: [PATCH] Changed server name as varname same as var --- WurmUnlimited/server.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WurmUnlimited/server.cfg b/WurmUnlimited/server.cfg index e10ffe4..e9d4d68 100644 --- a/WurmUnlimited/server.cfg +++ b/WurmUnlimited/server.cfg @@ -8,7 +8,7 @@ # Set the IP if the default IP (eth0, usually) isn't your external interface. # Leave at '' if you are unsure. If this doesn't work, change to the 10., or 192., # or 172. IP on the server. If you have more than one, try each until it works. -IP='' +IP="" # Unlocks the admin commands from within the game, that can be used to change # the gameplay settings of the server, such as skill gain rate and field growth time. @@ -22,7 +22,7 @@ EPICSETTINGS="false" EXTERNALPORT="3724" # Used to set the steam query port (27016-27030 UDP) -QUERYPORT=27017 +QUERYPORT="27017" # If the server is a home server ( belongs to a single kingdom ). HOMESERVER="true" @@ -48,7 +48,7 @@ LOGINSERVER="true" MAXPLAYERS=200 # The name of the server that will be visible in server browsers. -SERVERNAME="SERVERNAME" +SERVERNAME="LinuxGSM" # Sets the password that is used when trying to connect to the server. If set, password will be required to play SERVERPASSWORD=""