We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd45405 commit 083a9d8Copy full SHA for 083a9d8
src/config/config.go
@@ -19,7 +19,7 @@ var (
19
PALWORLD_RCON_HOST = "127.0.0.1"
20
PALWORLD_RCON_PORT = 25575
21
PALWORLD_ADMIN_PASSWORD = ""
22
- PALWORLD_SERVER_FILE_PATH = ""
+ PALWORLD_SERVER_FILE_PATH = palworldServerPathFromEnv()
23
PALWORLD_SERVER_EXECUTE_FLAGS = []string{"-useperfthreads", "-NoAsyncLoadingThread", "-UseMultithreadForDS"}
24
25
DISCORD_DASHBOARD_CHANNEL_ID = ""
0 commit comments