mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-06 07:07:33 +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
|
|
@ -29,6 +29,7 @@ import mumble from './mumble.js'
|
|||
import mumbleping from './mumbleping.js'
|
||||
import nadeo from './nadeo.js'
|
||||
import openttd from './openttd.js'
|
||||
import palworld from './palworld.js'
|
||||
import quake1 from './quake1.js'
|
||||
import quake2 from './quake2.js'
|
||||
import quake3 from './quake3.js'
|
||||
|
|
@ -55,7 +56,7 @@ import dayz from './dayz.js'
|
|||
export {
|
||||
armagetron, ase, asa, assettocorsa, battlefield, buildandshoot, cs2d, discord, doom3, eco, epic, ffow, fivem, gamespy1,
|
||||
gamespy2, gamespy3, geneshift, goldsrc, hexen2, jc2mp, kspdmp, mafia2mp, mafia2online, minecraft,
|
||||
minecraftbedrock, minecraftvanilla, mumble, mumbleping, nadeo, openttd, quake1, quake2, quake3, rfactor, samp,
|
||||
minecraftbedrock, minecraftvanilla, mumble, mumbleping, nadeo, openttd, palworld, quake1, quake2, quake3, rfactor, samp,
|
||||
savage2, starmade, starsiege, teamspeak2, teamspeak3, terraria, tribes1, tribes1master, unreal2, ut3, valve,
|
||||
vcmp, ventrilo, warsow, eldewrito, beammpmaster, beammp, dayz
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue