add ventrilo version

This commit is contained in:
Pedro Ivo Hudson 2024-02-14 23:30:10 -03:00
parent 73c5b3ae9b
commit 45945fa782
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ export default class ventrilo extends Core {
if ('NAME' in state.raw) state.name = state.raw.NAME
if ('MAXCLIENTS' in state.raw) state.maxplayers = state.raw.MAXCLIENTS
if ('VERSION' in state.raw) state.version = state.raw.VERSION
if (this.trueTest(state.raw.AUTH)) state.password = true
}