From cef2da61acc537a64d471bbab4e34ea446c209f6 Mon Sep 17 00:00:00 2001 From: franzer Date: Tue, 23 Jan 2024 15:03:04 -0700 Subject: [PATCH] update README with LinuxServer for the path of PalWorldSettings.ini --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e5865c5..436833a 100644 --- a/README.md +++ b/README.md @@ -143,14 +143,14 @@ For a full list of commands go to: [https://tech.palworldgame.com/server-command ## Editing Server Settings -When the server starts, a `PalWorldSettings.ini` file will be created in the following location: `/Pal/Saved/Config/PalWorldSettings.ini` +When the server starts, a `PalWorldSettings.ini` file will be created in the following location: `/Pal/Saved/Config/LinuxServer/PalWorldSettings.ini` Any changes made there will be applied to the Server on next boot. Please keep in mind that the ENV variables will always overwrite the changes made to `PalWorldSettings.ini`. > [!TIP] -> If the `/Pal/Saved/Config/PalWorldSettings.ini` is empty, delete the file and restart the server, a new file with content will be created. +> If the `/Pal/Saved/Config/LinuxServer/PalWorldSettings.ini` is empty, delete the file and restart the server, a new file with content will be created. ## Reporting Issues/Feature Requests