Skip to content

Commit 045c55c

Browse files
committed
Merge branch 'hotfix/v24.1.5'
2 parents b5614f5 + 77414e1 commit 045c55c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ port="8211"
1616
steamport="27015"
1717

1818
## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
19-
## Game Server Docs | https://tech.palworldgame.com/dedicated-server-guide#linux
20-
startparameters="EpicApp=PalServer -useperfthreads -NoAsyncLoadingThread -UseMultithreadForDS -servername='${servername}' -port='${port}' -queryport='${steamport}'"
19+
## Game Server Docs | https://tech.palworldgame.com/settings-and-operation/arguments
20+
startparameters="-publiclobby -useperfthreads -NoAsyncLoadingThread -UseMultithreadForDS -servername='${servername}' -port='${port}' -queryport='${steamport}'"
2121

2222
#### LinuxGSM Settings ####
2323

lgsm/modules/core_modules.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

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

11-
modulesversion="v24.1.4"
11+
modulesversion="v24.1.5"
1212

1313
# Core
1414

linuxgsm.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if [ -f ".dev-debug" ]; then
2424
set -x
2525
fi
2626

27-
version="v24.1.4"
27+
version="v24.1.5"
2828
shortname="core"
2929
gameservername="core"
3030
commandname="CORE"

0 commit comments

Comments
 (0)