Explorar o código

Merge branch 'hotfix/v21.1.1' into develop

Daniel Gibbs %!s(int64=5) %!d(string=hai) anos
pai
achega
e4c11e63dc

+ 1 - 1
lgsm/config-default/config-lgsm/arma3server/_default.cfg

@@ -173,7 +173,7 @@ glibc="2.13"
 ## Game Server Directories
 systemdir="${serverfiles}"
 executabledir="${serverfiles}"
-executable="./arma3server_64"
+executable="./arma3server_x64"
 servercfgdir="${systemdir}/cfg"
 servercfg="${selfname}.server.cfg"
 servercfgdefault="server.cfg"

+ 1 - 1
lgsm/config-default/config-lgsm/vintsserver/_default.cfg

@@ -156,7 +156,7 @@ backupdir="${lgsmdir}/backup"
 
 ## Logging Directories
 logdir="${rootdir}/log"
-gamelogdir="${vsdataworld}/Logs"
+gamelogdir="${servercfgdir}/Logs"
 lgsmlogdir="${logdir}/script"
 consolelogdir="${logdir}/console"
 lgsmlog="${lgsmlogdir}/${selfname}-script.log"

+ 1 - 1
lgsm/functions/core_functions.sh

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

+ 1 - 1
linuxgsm.sh

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

+ 1 - 1
tests/tests_fctrserver.sh

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

+ 1 - 1
tests/tests_jc2server.sh

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

+ 1 - 1
tests/tests_mcserver.sh

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

+ 1 - 1
tests/tests_ts3server.sh

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