Merge branch 'hotfix/v24.1.1'

This commit is contained in:
Daniel Gibbs 2024-01-21 22:12:24 +00:00
commit 4e72b082c6
No known key found for this signature in database
GPG Key ID: 2076B128385E8C55
3 changed files with 4 additions and 4 deletions

View File

@ -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"

View File

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

View File

@ -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"