diff --git a/protocols/epic.js b/protocols/epic.js index b1d1e411..5225fcfb 100644 --- a/protocols/epic.js +++ b/protocols/epic.js @@ -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 for (const player of desiredServer.publicPlayers) {