Parcourir la source

Set crossplay to off until it works

alasdair il y a 3 ans
Parent
commit
34a2a0f0d5
1 fichiers modifiés avec 3 ajouts et 2 suppressions
  1. 3 2
      lgsm/config-default/config-lgsm/vhserver/_default.cfg

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

@@ -21,8 +21,9 @@ saveinterval="1800"
 backups="4"
 backupshort="7200"
 backuplong="43200"
-# Clear crossplay to set to false
-crossplay="set"
+# If crossplay is empty, it's off. Fill with any text to make true
+# Crossplay is currently not working on Linux dedicated servers, so for now the default is false (emtpy)
+crossplay=""
 
 ## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
 startparameters="-name '${servername}' -password ${serverpassword} -port ${port} -world ${gameworld} -public ${public} -savedir '${savedir}' -logFile '${logFile}' -saveinterval ${saveinterval} -backups ${backups} -backupshort ${backupshort} -backuplong ${backuplong} ${crossplay:+-crossplay}"