fix force disconnect function

This commit is contained in:
schlagmichdoch 2022-12-24 04:29:47 +01:00
parent 800cf1712c
commit a7a91df558
1 changed files with 0 additions and 1 deletions

View File

@ -81,7 +81,6 @@ class ServerConnection {
_onForceDisconnect() {
document.cookie = "peerid=; expires=Thu, 01 Jan 1970 00:00:00 UTC; path=/;";
this._disconnect();
this._connect();
}