mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-06 15:17:36 +00:00
fix: TeamSpeak2 server name (#544)
* fix teamspeak2 server name * Update CHANGELOG.md
This commit is contained in:
parent
e047f9fb2a
commit
cf0144683d
2 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue