Skip to content

Commit

Permalink
Merge branch 'hotfix/v24.1.1' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
dgibbs64 committed Jan 21, 2024
2 parents 0d997b9 + 12e7a55 commit 84b023a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lgsm/config-default/config-lgsm/pwserver/_default.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion lgsm/modules/core_modules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"

modulesversion="v24.1.0"
modulesversion="v24.1.1"

# Core

Expand Down
2 changes: 1 addition & 1 deletion linuxgsm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 84b023a

Please sign in to comment.