add beammp version

This commit is contained in:
Pedro Ivo Hudson 2024-02-14 23:45:50 -03:00
parent aa6069eeb6
commit f5fd6d9121
1 changed files with 1 additions and 0 deletions

View File

@ -28,5 +28,6 @@ export default class beammp extends Core {
})
state.raw = server
if ('version' in state.raw) state.version = state.raw.version
}
}