From 0bf6645921608fe3f191b476d86a42830b3efddf Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt <2270806+jammsen@users.noreply.github.com> Date: Sat, 27 Jan 2024 12:00:27 +0100 Subject: [PATCH] fix: typo in standard port for Palworld (#516) * Fix: Palworld results - Name of the server is empty * #497 - refactor of feedback * #497 - refactor of feedback from Cosmin * Fix for current-players bug - #491 and #507 * Fix for current-players bug - #491 and #507 - added changelog * #515 fixed typo in standard port for Palworld --- CHANGELOG.md | 1 + lib/games.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16e4d4c..5a185a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## 5.0.0-beta.1 * Fixed numplayers on Palworld not beeing accurate * Enshrouded - Added support (By @GuilhermeWerner #512). +* Fixed typo in standard port on Palworld (By jammsen #515) ## 5.0.0-beta.0 ### Breaking Changes diff --git a/lib/games.js b/lib/games.js index 242c295..7ece58a 100644 --- a/lib/games.js +++ b/lib/games.js @@ -2039,7 +2039,7 @@ export const games = { name: 'Palworld', release_year: 2024, options: { - port: 8221, + port: 8211, protocol: 'palworld' } },