Skip to content

Commit

Permalink
Merge branch 'hotfix/v23.5.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
dgibbs64 committed Sep 10, 2023
2 parents 928de3b + db3c384 commit b59e09c
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion lgsm/modules/core_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

module_selfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"

modulesversion="v23.5.0"
modulesversion="v23.5.1"

# Core

Expand Down
2 changes: 1 addition & 1 deletion lgsm/modules/core_modules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"

modulesversion="v23.5.0"
modulesversion="v23.5.1"

# Core

Expand Down
10 changes: 5 additions & 5 deletions lgsm/modules/info_game.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"}"
Expand Down
2 changes: 1 addition & 1 deletion linuxgsm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion tests/tests_fctrserver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion tests/tests_jc2server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion tests/tests_mcserver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion tests/tests_ts3server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b59e09c

Please sign in to comment.