fixing little things
This commit is contained in:
@ -13,7 +13,7 @@ class MatchMaking
|
||||
this.client = client;
|
||||
this.searching = false;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
* @param {CallableFunction} receive_func
|
||||
@ -43,7 +43,6 @@ class MatchMaking
|
||||
this._socket.onclose = this.onclose.bind(this);
|
||||
}
|
||||
|
||||
|
||||
onclose(event)
|
||||
{
|
||||
this.stop();
|
||||
|
Reference in New Issue
Block a user