fix teamspeak2 server name

This commit is contained in:
Pedro Ivo Hudson 2024-02-15 10:07:38 -03:00
parent e047f9fb2a
commit 6676706512
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ export default class teamspeak2 extends Core {
const value = equals === -1 ? '' : line.substring(equals + 1)
state.raw[key] = value
}
if ('server_name' in state.raw) state.name = state.raw.server_name
}
{