mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-06 15:17:36 +00: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
|
|
@ -2039,7 +2039,7 @@ export const games = {
|
|||
name: 'Palworld',
|
||||
release_year: 2024,
|
||||
options: {
|
||||
port: 8221,
|
||||
port: 8211,
|
||||
protocol: 'palworld'
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue