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
This commit is contained in:
Sebastian Schmidt 2024-01-27 12:00:27 +01:00 committed by GitHub
parent dbf83ab083
commit 0bf6645921
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -2039,7 +2039,7 @@ export const games = {
name: 'Palworld',
release_year: 2024,
options: {
port: 8221,
port: 8211,
protocol: 'palworld'
}
},