fixing little things

This commit is contained in:
Kbz-8
2024-02-22 19:39:14 +01:00
committed by AdrienLSH
parent 613085d02e
commit a56b8aeb47
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();