Browse Source
Merge branch 'hotfix/v23.5.1'
pull/4341/head
v23.5.1
Daniel Gibbs
2 years ago
No known key found for this signature in database
GPG Key ID: 2076B128385E8C55
9 changed files with
12 additions and
12 deletions
-
lgsm/config-default/config-lgsm/psserver/_default.cfg
-
lgsm/modules/core_functions.sh
-
lgsm/modules/core_modules.sh
-
lgsm/modules/info_game.sh
-
linuxgsm.sh
-
tests/tests_fctrserver.sh
-
tests/tests_jc2server.sh
-
tests/tests_mcserver.sh
-
tests/tests_ts3server.sh
|
|
@ -8,7 +8,7 @@ |
|
|
|
|
|
|
|
module_selfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")" |
|
|
|
|
|
|
|
modulesversion="v23.5.0" |
|
|
|
modulesversion="v23.5.1" |
|
|
|
|
|
|
|
# Core |
|
|
|
|
|
|
|
|
|
@ -8,7 +8,7 @@ |
|
|
|
|
|
|
|
moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")" |
|
|
|
|
|
|
|
modulesversion="v23.5.0" |
|
|
|
modulesversion="v23.5.1" |
|
|
|
|
|
|
|
# Core |
|
|
|
|
|
|
|
|
|
@ -2060,11 +2060,11 @@ fn_info_game_terraria() { |
|
|
|
# Filetype: cfg |
|
|
|
fn_info_game_tw() { |
|
|
|
if [ -f "${servercfgfullpath}" ]; then |
|
|
|
fn_info_game_quakec "servername" "sv_name" |
|
|
|
fn_info_game_quakec "serverpassword" "password" |
|
|
|
fn_info_game_quakec "rconpassword" "sv_rcon_password" |
|
|
|
fn_info_game_quakec "port" "sv_port" |
|
|
|
fn_info_game_quakec "maxplayers" "sv_max_clients" |
|
|
|
fn_info_game_keyvalue_pairs_space "servername" "sv_name" |
|
|
|
fn_info_game_keyvalue_pairs_space "serverpassword" "password" |
|
|
|
fn_info_game_keyvalue_pairs_space "rconpassword" "sv_rcon_password" |
|
|
|
fn_info_game_keyvalue_pairs_space "port" "sv_port" |
|
|
|
fn_info_game_keyvalue_pairs_space "maxplayers" "sv_max_clients" |
|
|
|
fi |
|
|
|
queryport="${port}" |
|
|
|
servername="${servername:-"NOT SET"}" |
|
|
|
|
|
@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then |
|
|
|
set -x |
|
|
|
fi |
|
|
|
|
|
|
|
version="v23.5.0" |
|
|
|
version="v23.5.1" |
|
|
|
shortname="core" |
|
|
|
gameservername="core" |
|
|
|
commandname="CORE" |
|
|
|
|
|
@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then |
|
|
|
set -x |
|
|
|
fi |
|
|
|
|
|
|
|
version="v23.5.0" |
|
|
|
version="v23.5.1" |
|
|
|
shortname="fctr" |
|
|
|
gameservername="fctrserver" |
|
|
|
commandname="CORE" |
|
|
|
|
|
@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then |
|
|
|
set -x |
|
|
|
fi |
|
|
|
|
|
|
|
version="v23.5.0" |
|
|
|
version="v23.5.1" |
|
|
|
shortname="jc2" |
|
|
|
gameservername="jc2server" |
|
|
|
commandname="CORE" |
|
|
|
|
|
@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then |
|
|
|
set -x |
|
|
|
fi |
|
|
|
|
|
|
|
version="v23.5.0" |
|
|
|
version="v23.5.1" |
|
|
|
shortname="mc" |
|
|
|
gameservername="mcserver" |
|
|
|
commandname="CORE" |
|
|
|
|
|
@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then |
|
|
|
set -x |
|
|
|
fi |
|
|
|
|
|
|
|
version="v23.5.0" |
|
|
|
version="v23.5.1" |
|
|
|
shortname="ts3" |
|
|
|
gameservername="ts3server" |
|
|
|
commandname="CORE" |
|
|
|