Daniel Gibbs
1 year ago
No known key found for this signature in database
GPG Key ID: 2076B128385E8C55
2 changed files with
1 additions and
3 deletions
-
lgsm/config-default/config-lgsm/ns2cserver/_default.cfg
-
lgsm/modules/info_game.sh
|
|
@ -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 #### |
|
|
|
|
|
|
|
|
|
@ -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 |
|
|
|