mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-06 07:07:33 +00:00
feat: add palworld new new query implementation (#560)
* feat: add initial first working query * feat: map serverInfo data * feat: add players, settings and metrics queries * update docs stuff * fix broken palworld hyperlink in games list
This commit is contained in:
parent
4e6ab05291
commit
ee5baaff13
5 changed files with 36 additions and 17 deletions
|
|
@ -34,7 +34,7 @@ for (const id in sortedGames) {
|
|||
if (game.options.protocol === 'valve' || game.options.protocol === 'dayz') {
|
||||
notes.push('[Valve Protocol](#valve)')
|
||||
}
|
||||
if (game.options.protocol === 'epic' || game.options.protocol === 'asa' || game.options.protocol === 'palworld' || game.options.protocol === 'theisleevrima') {
|
||||
if (game.options.protocol === 'epic' || game.options.protocol === 'asa' || game.options.protocol === 'theisleevrima') {
|
||||
notes.push('[EOS Protocol](#epic)')
|
||||
}
|
||||
if (notes.length) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue