Browse Source

Merge branch 'hotfix/v24.1.1' into develop

pull/4472/head
Daniel Gibbs 1 year ago
parent
commit
84b023a083
No known key found for this signature in database GPG Key ID: 2076B128385E8C55
  1. 4
      lgsm/config-default/config-lgsm/pwserver/_default.cfg
  2. 2
      lgsm/modules/core_modules.sh
  3. 2
      linuxgsm.sh

4
lgsm/config-default/config-lgsm/pwserver/_default.cfg

@ -156,8 +156,8 @@ glibc="2.17"
## Game Server Directories
systemdir="${serverfiles}/Pal"
executabledir="${systemdir}/Engine/Binaries/Linux"
executable="./PalServer-Linux"
executabledir="${systemdir}/Binaries/Linux/"
executable="./PalServer-Linux-Test"
servercfgdir="${serverfiles}/Pal/Saved/Config/LinuxServer"
servercfg="PalWorldSettings.ini"
servercfgdefault="PalWorldSettings.ini"

2
lgsm/modules/core_modules.sh

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

2
linuxgsm.sh

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

Loading…
Cancel
Save