-
-
Notifications
You must be signed in to change notification settings - Fork 302
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The ShowPlayers and Broadcast commands prefer to use the REST API when it is enabled for player logging. #537
The ShowPlayers and Broadcast commands prefer to use the REST API when it is enabled for player logging. #537
Conversation
…t commands prefer to use the REST API when it is enabled.
Thank you for taking the time to create the PR, I have not had the time yet to review, but will do so soon! |
fefb96a
to
da9e9b1
Compare
da9e9b1
to
0d31f45
Compare
Just confirmed that your latest changes also fix the player logging bug! Thanks so much for doing the extra work.
Just pushed a fix that sets it to 8212 by default in the dockerfile :) Love the work you've done, PR approved ❤️ |
…I_for_player_logging The ShowPlayers and Broadcast commands prefer to use the REST API when it is enabled for player logging.
RCON cannot handle multibyte strings, so the ShowPlayers and Broadcast commands prefer to use the REST API when it is enabled.
Context
Work around bug with multibyte strings in RCON.
The multibyte strings are now displayed correctly.
Choices
This is because it takes time to fix bugs in RCON.
Test instructions
docker build -t thijsvanloef/palworld-server-docker:debug .
example name:
Checklist before requesting a review