File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
config-default/config-lgsm/ns2cserver Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ serverpassword=""
2424# -password \"${serverpassword}\"
2525
2626# # Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
27- startparameters =" -name \ " ${servername}\ " -port ${port} -webadmin -webdomain ${ip} -webuser ${httpuser} -webpassword \ " ${httppassword}\ " -webport ${httpport} -map ${defaultmap} -limit ${maxplayers} -config_path \ " ${servercfgdir}\ " -modstorage \ " ${modstoragedir}\ " -mods \ " ${mods}\ " "
27+ startparameters =" -name ' ${servername}' -port ${port} -webadmin -webdomain ${ip} -webuser ${httpuser} -webpassword ' ${httppassword}' -webport ${httpport} -map ${defaultmap} -limit ${maxplayers} -config_path ' ${servercfgdir}' -modstorage ' ${modstoragedir}' -mods ' ${mods}' "
2828
2929# ### LinuxGSM Settings ####
3030
Original file line number Diff line number Diff line change @@ -2268,8 +2268,6 @@ elif [ "${shortname}" == "bt" ]; then
22682268 fn_info_game_bt
22692269elif [ " ${shortname} " == " btl" ]; then
22702270 fn_info_game_btl
2271- elif [ " ${shortname} " == " cd" ]; then
2272- fn_info_game_cd
22732271elif [ " ${shortname} " == " ck" ]; then
22742272 fn_info_game_ck
22752273elif [ " ${shortname} " == " cmw" ]; then
You can’t perform that action at this time.
0 commit comments