Skip to content

Commit

Permalink
fix(pwserver): remove unneeded RCON parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
MicLieg committed Feb 29, 2024
1 parent 0dba7d2 commit 1353c44
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lgsm/config-default/config-lgsm/pwserver/_default.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,9 @@ servername="LinuxGSM"
port="8211"
steamport="27015"

## To enable RCON, enter a port number here. The default port is 25575. The RCON password can be set by setting AdminPassword in PalWorldServer.ini
rconport=""

## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
## Game Server Docs | https://tech.palworldgame.com/settings-and-operation/arguments
startparameters="-publiclobby -useperfthreads -NoAsyncLoadingThread -UseMultithreadForDS -servername='${servername}' -port='${port}' -queryport='${steamport}' ${rconport:+ -rcon -rconport='${rconport}'}"
startparameters="-publiclobby -useperfthreads -NoAsyncLoadingThread -UseMultithreadForDS -servername='${servername}' -port='${port}' -queryport='${steamport}'"

#### LinuxGSM Settings ####

Expand Down

0 comments on commit 1353c44

Please sign in to comment.