Browse Source

fix(vhserver): update start parameters for multi word server names

aaa
pull/3220/head
Daniel Gibbs 4 years ago
parent
commit
8bcfc7ee7f
  1. 2
      lgsm/config-default/config-lgsm/vhserver/_default.cfg

2
lgsm/config-default/config-lgsm/vhserver/_default.cfg

@ -16,7 +16,7 @@ gameworld="${selfname}"
public="1"
## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
startparameters="-name ${servername} -password ${serverpassword} -port ${port} -world ${gameworld} -public ${public}"
startparameters="-name '${servername}' -password ${serverpassword} -port ${port} -world ${gameworld} -public ${public}"
#### LinuxGSM Settings ####

Loading…
Cancel
Save