Skip to content

Commit

Permalink
feat(ns2c): tidy parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
dgibbs64 committed Nov 30, 2023
1 parent ef6410e commit 746c413
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion lgsm/config-default/config-lgsm/ns2cserver/_default.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ serverpassword=""
# -password \"${serverpassword}\"

## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
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}\""
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}'"

#### LinuxGSM Settings ####

Expand Down
2 changes: 0 additions & 2 deletions lgsm/modules/info_game.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2268,8 +2268,6 @@ elif [ "${shortname}" == "bt" ]; then
fn_info_game_bt
elif [ "${shortname}" == "btl" ]; then
fn_info_game_btl
elif [ "${shortname}" == "cd" ]; then
fn_info_game_cd
elif [ "${shortname}" == "ck" ]; then
fn_info_game_ck
elif [ "${shortname}" == "cmw" ]; then
Expand Down

0 comments on commit 746c413

Please sign in to comment.