You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I restored the data from one server to another the issue is the server I restored had a password. I checked the configuration file of the server I restored data too and useAuth is false and the server password is not set. However, when I try to join the server I restored to I have to use the password from the server I restored from even though its not set in the ini file.
To Reproduce
Steps to reproduce the behavior:
start a server with passwrod, take a tar of the palworld directory
start a new server without a password, restore the tar file
you will then only be able to login with the password from first server even if the ini file is set to not use auth and no password is set.
The text was updated successfully, but these errors were encountered:
Do you have WorldOption.sav in palworld/Pal/Saved/SaveGames path?
The file will ignore the PalWorldSettings.ini file generated from those env vars.
We currently have a PR addressing this issue. #337 (comment)
Describe the bug
I restored the data from one server to another the issue is the server I restored had a password. I checked the configuration file of the server I restored data too and useAuth is false and the server password is not set. However, when I try to join the server I restored to I have to use the password from the server I restored from even though its not set in the ini file.
To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: