better list tournament
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user