Browse Source

Changed server name as varname same as var

pull/40/head
Daniel Gibbs 7 years ago
parent
commit
87a90f4670
  1. 6
      WurmUnlimited/server.cfg

6
WurmUnlimited/server.cfg

@ -8,7 +8,7 @@
# Set the IP if the default IP (eth0, usually) isn't your external interface. # 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., # 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. # 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 # 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. # the gameplay settings of the server, such as skill gain rate and field growth time.
@ -22,7 +22,7 @@ EPICSETTINGS="false"
EXTERNALPORT="3724" EXTERNALPORT="3724"
# Used to set the steam query port (27016-27030 UDP) # 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 ). # If the server is a home server ( belongs to a single kingdom ).
HOMESERVER="true" HOMESERVER="true"
@ -48,7 +48,7 @@ LOGINSERVER="true"
MAXPLAYERS=200 MAXPLAYERS=200
# The name of the server that will be visible in server browsers. # 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 # Sets the password that is used when trying to connect to the server. If set, password will be required to play
SERVERPASSWORD="" SERVERPASSWORD=""

Loading…
Cancel
Save