mirror of
https://github.com/DerTyp7/teamspeak-obs-overlay.git
synced 2025-10-29 21:02:10 +01:00
dfg
This commit is contained in:
@@ -56,6 +56,9 @@ function main() {
|
|||||||
|
|
||||||
ws.onclose = (event) => {
|
ws.onclose = (event) => {
|
||||||
console.log("Disconnected: " + event.reason);
|
console.log("Disconnected: " + event.reason);
|
||||||
|
clientList.clear();
|
||||||
|
channelList.clear();
|
||||||
|
drawClients();
|
||||||
main(); // Reconnected
|
main(); // Reconnected
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user