mirror of
https://github.com/tribufu/node-gamedig
synced 2026-06-01 09:42:41 +00:00
feat: add support for Palworld (#495)
* Added Palworld * Tidy up * Improve variable wording for Epic auth
This commit is contained in:
parent
cbf66e127c
commit
96e2054a04
5 changed files with 81 additions and 5 deletions
|
|
@ -1754,6 +1754,14 @@ export const games = {
|
|||
},
|
||||
release_year: 2004
|
||||
},
|
||||
palworld: {
|
||||
name: 'Palworld',
|
||||
release_year: 2024,
|
||||
options: {
|
||||
port: 8221,
|
||||
protocol: 'palworld'
|
||||
}
|
||||
},
|
||||
pvak2: {
|
||||
name: 'Pirates, Vikings, and Knights II',
|
||||
options: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue