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=""
24
24
# -password \"${serverpassword}\"
25
25
26
26
# # 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}' "
28
28
29
29
# ### LinuxGSM Settings ####
30
30
Original file line number Diff line number Diff line change @@ -2268,8 +2268,6 @@ elif [ "${shortname}" == "bt" ]; then
2268
2268
fn_info_game_bt
2269
2269
elif [ " ${shortname} " == " btl" ]; then
2270
2270
fn_info_game_btl
2271
- elif [ " ${shortname} " == " cd" ]; then
2272
- fn_info_game_cd
2273
2271
elif [ " ${shortname} " == " ck" ]; then
2274
2272
fn_info_game_ck
2275
2273
elif [ " ${shortname} " == " cmw" ]; then
You can’t perform that action at this time.
0 commit comments