Skip to content

Commit 746c413

Browse files
committed
feat(ns2c): tidy parameters
1 parent ef6410e commit 746c413

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

lgsm/config-default/config-lgsm/ns2cserver/_default.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

lgsm/modules/info_game.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2268,8 +2268,6 @@ elif [ "${shortname}" == "bt" ]; then
22682268
fn_info_game_bt
22692269
elif [ "${shortname}" == "btl" ]; then
22702270
fn_info_game_btl
2271-
elif [ "${shortname}" == "cd" ]; then
2272-
fn_info_game_cd
22732271
elif [ "${shortname}" == "ck" ]; then
22742272
fn_info_game_ck
22752273
elif [ "${shortname}" == "cmw" ]; then

0 commit comments

Comments
 (0)