mirror of
https://github.com/DerTyp7/teamspeak-obs-overlay.git
synced 2025-10-30 13:17:11 +01:00
moved determination of isHidden to client object
This commit is contained in:
@@ -3,7 +3,7 @@ function getClientsInChannel(channel) {
|
||||
|
||||
clientList.items.forEach((e) => {
|
||||
if (e.channel) {
|
||||
if (e.channel.id == channel.id && !(CONFIG.hideSelf && selfClient && e.id == selfClient.id)) {
|
||||
if (e.channel.id == channel.id) {
|
||||
result.push(e);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user