mirror of
https://github.com/DerTyp7/teamspeak-obs-overlay.git
synced 2025-10-30 13:17:11 +01:00
reset on serverPropertiesUpdated instead of clientSelfPropertyUpdated
This commit is contained in:
@@ -21,7 +21,6 @@ function handleClientMoved(data) {
|
||||
if (data.payload.clientId == thisClient.id) {
|
||||
console.log("You disconnected");
|
||||
clientList.clear();
|
||||
//! Maybe handle channel list here too
|
||||
}
|
||||
} else {
|
||||
// User moved channel
|
||||
|
||||
Reference in New Issue
Block a user