mirror of
https://github.com/gamedig/node-gamedig.git
synced 2024-11-13 07:21:11 +01:00
fix: ARK: Survival Ascended numplayers
(#405)
This commit is contained in:
parent
0777dea71c
commit
fcd258c45d
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,7 @@ export default class Epic extends Core {
|
|||
state.name = desiredServer.attributes.CUSTOMSERVERNAME_s
|
||||
state.map = desiredServer.attributes.MAPNAME_s
|
||||
state.password = desiredServer.attributes.SERVERPASSWORD_b
|
||||
state.numplayers = desiredServer.totalPlayers
|
||||
state.maxplayers = desiredServer.settings.maxPublicPlayers
|
||||
|
||||
// If the game returns the player list, we can use it otherwise we use the total players.
|
||||
|
|
Loading…
Reference in a new issue