Fix users being shown in incorrect channel (fixes #38)
This commit is contained in:
parent
1fa4669d8b
commit
b2031ea552
2 changed files with 2 additions and 2 deletions
|
@ -372,7 +372,7 @@ class WorkerBasedMumbleUser extends EventEmitter {
|
|||
}
|
||||
|
||||
get channel () {
|
||||
return this._client.channels[this._channelId]
|
||||
return this._client._channels[this._channelId]
|
||||
}
|
||||
}
|
||||
export default WorkerBasedMumbleConnector
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue