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

@ -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

View File

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