clean: rename: authentification to authenticate

This commit is contained in:
2024-02-13 13:59:16 +01:00
committed by AdrienLSH
parent 5155ecdd61
commit 047851ae75
16 changed files with 34 additions and 34 deletions

View File

@ -23,7 +23,7 @@ class MatchMaking
*/
async start(receive_func, disconnect_func, mode)
{
if (!await this.client.isAuthentificate())
if (!await this.client.isAuthenticate())
return null;
let url = `${window.location.protocol[4] === 's' ? 'wss' : 'ws'}://${window.location.host}/ws/matchmaking/${mode}`;