From d5d0162729a1d51edcf432fee1a957477f498800 Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt <2270806+jammsen@users.noreply.github.com> Date: Tue, 9 Apr 2024 19:23:51 +0200 Subject: [PATCH 1/2] Updated wordings around new Palworld mechanic --- CHANGELOG.md | 1 + GAMES_LIST.md | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6832787..31cb560 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ * Fix: BeamMP maxplayers that was displaying player count (By @dgibbs64 #551) * Fix: BeamMP filter servers by address, not host (By @Rephot #558) * Palworld - Replace old and broken protocol with the new one (#560) +* Updated some wordings around the new Palworld mechanic ## 5.0.0-beta.2 * Fixed support for projects using `require`. diff --git a/GAMES_LIST.md b/GAMES_LIST.md index 5d8a229..400f754 100644 --- a/GAMES_LIST.md +++ b/GAMES_LIST.md @@ -462,5 +462,4 @@ EOS does not provide players data. ### Palworld Palworld support can be unstable, the devs mention the api is currently experimental. -To query palworld servers, the `RESTAPIEnabled` must be `True` in the configuration file, and you need to pass -the `username` (currently always `admin`) and `password` (settings parameter) for it. +To query Palworld servers, the `RESTAPIEnabled` setting must be `True` in the configuration file, and you need to pass the `username` (currently always `admin`) and the `adminpassword` (settings parameter) for it. From 31f00e6f18d5953e4c833793a2f08e6d844e245e Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt <2270806+jammsen@users.noreply.github.com> Date: Tue, 9 Apr 2024 23:28:20 +0200 Subject: [PATCH 2/2] Remove un-needed changelog entry --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31cb560..6832787 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,6 @@ * Fix: BeamMP maxplayers that was displaying player count (By @dgibbs64 #551) * Fix: BeamMP filter servers by address, not host (By @Rephot #558) * Palworld - Replace old and broken protocol with the new one (#560) -* Updated some wordings around the new Palworld mechanic ## 5.0.0-beta.2 * Fixed support for projects using `require`.