fixing little things

This commit is contained in:
Kbz-8
2024-02-22 19:39:14 +01:00
parent 4eeb5ad102
commit 4ecf3e9f13
4 changed files with 23 additions and 24 deletions

View File

@ -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();