fix: ARK: Survival Ascended `numplayers` (#405)

This commit is contained in:
Guilherme Werner 2023-11-14 20:45:11 -03:00 committed by CosminPerRam
parent 0777dea71c
commit fcd258c45d
1 changed files with 1 additions and 0 deletions

View File

@ -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.