Browse Source
fix(pw): correct executable location
pull/4467/head
Daniel Gibbs
1 year ago
No known key found for this signature in database
GPG Key ID: 2076B128385E8C55
1 changed files with
2 additions and
2 deletions
-
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" |
|
|
|