mirror of
https://github.com/gamedig/node-gamedig.git
synced 2024-11-17 17:25:19 +01:00
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:
parent
dbf83ab083
commit
0bf6645921
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -2039,7 +2039,7 @@ export const games = {
|
|||
name: 'Palworld',
|
||||
release_year: 2024,
|
||||
options: {
|
||||
port: 8221,
|
||||
port: 8211,
|
||||
protocol: 'palworld'
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue