better list tournament

This commit is contained in:
2024-04-19 11:23:15 +02:00
parent 9bc3092a0e
commit ce367678d7
2 changed files with 8 additions and 2 deletions

View File

@ -72,7 +72,8 @@ class Tourmanent extends AExchangeable
return;
this.connected = false;
this._socket.close();
this.disconnectHandler(event);
if (this.disconnectHandler != null)
this.disconnectHandler(event);
}
/**