Merge branch 'release/21.5.0' into develop

This commit is contained in:
Daniel Gibbs 2021-12-31 21:37:20 +00:00
commit 771aa97aba
7 changed files with 11 additions and 9 deletions

View File

@ -8,7 +8,7 @@
functionselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
modulesversion="v21.4.1"
modulesversion="v21.5.0"
# Core

View File

@ -1434,9 +1434,11 @@ fn_info_message_st(){
}
fn_info_message_ti(){
fn_port "header"
fn_port "Game" port udp
fn_port "Query" queryport udp
{
fn_port "header"
fn_port "Game" port udp
fn_port "Query" queryport udp
} | column -s $'\t' -t
}
fn_info_message_ts3(){

View File

@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then
set -x
fi
version="v21.4.1"
version="v21.5.0"
shortname="core"
gameservername="core"
commandname="CORE"

View File

@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then
set -x
fi
version="v21.4.1"
version="v21.5.0"
shortname="fctr"
gameservername="fctrserver"
commandname="CORE"

View File

@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then
set -x
fi
version="v21.4.1"
version="v21.5.0"
shortname="jc2"
gameservername="jc2server"
commandname="CORE"

View File

@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then
set -x
fi
version="v21.4.1"
version="v21.5.0"
shortname="mc"
gameservername="mcserver"
commandname="CORE"

View File

@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then
set -x
fi
version="v21.4.1"
version="v21.5.0"
shortname="ts3"
gameservername="ts3server"
commandname="CORE"