add new game

This commit is contained in:
Pedro Ivo Hudson 2024-02-11 11:49:50 -03:00
parent a7f285fda5
commit c330f66edc
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ export default class minecraftbedrock extends Core {
state.name = split.shift()
state.raw.protocolVersion = split.shift()
state.raw.mcVersion = split.shift()
state.version = state.raw.mcVersion
state.numplayers = parseInt(split.shift())
state.maxplayers = parseInt(split.shift())
if (split.length) state.raw.serverId = split.shift()