Browse Source
Merge branch 'hotfix/v24.1.1'
pull/4467/head
v24.1.1
Daniel Gibbs
1 year ago
No known key found for this signature in database
GPG Key ID: 2076B128385E8C55
3 changed files with
4 additions and
4 deletions
-
lgsm/config-default/config-lgsm/pwserver/_default.cfg
-
lgsm/modules/core_modules.sh
-
linuxgsm.sh
|
@ -156,8 +156,8 @@ glibc="2.17" |
|
|
|
|
|
|
|
|
## Game Server Directories |
|
|
## Game Server Directories |
|
|
systemdir="${serverfiles}/Pal" |
|
|
systemdir="${serverfiles}/Pal" |
|
|
executabledir="${systemdir}/Engine/Binaries/Linux" |
|
|
executabledir="${systemdir}/Binaries/Linux/" |
|
|
executable="./PalServer-Linux" |
|
|
executable="./PalServer-Linux-Test" |
|
|
servercfgdir="${serverfiles}/Pal/Saved/Config/LinuxServer" |
|
|
servercfgdir="${serverfiles}/Pal/Saved/Config/LinuxServer" |
|
|
servercfg="PalWorldSettings.ini" |
|
|
servercfg="PalWorldSettings.ini" |
|
|
servercfgdefault="PalWorldSettings.ini" |
|
|
servercfgdefault="PalWorldSettings.ini" |
|
|
|
@ -8,7 +8,7 @@ |
|
|
|
|
|
|
|
|
moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")" |
|
|
moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")" |
|
|
|
|
|
|
|
|
modulesversion="v24.1.0" |
|
|
modulesversion="v24.1.1" |
|
|
|
|
|
|
|
|
# Core |
|
|
# Core |
|
|
|
|
|
|
|
|
|
@ -24,7 +24,7 @@ if [ -f ".dev-debug" ]; then |
|
|
set -x |
|
|
set -x |
|
|
fi |
|
|
fi |
|
|
|
|
|
|
|
|
version="v24.1.0" |
|
|
version="v24.1.1" |
|
|
shortname="core" |
|
|
shortname="core" |
|
|
gameservername="core" |
|
|
gameservername="core" |
|
|
commandname="CORE" |
|
|
commandname="CORE" |
|
|