clean: rename: authentification to authenticate
This commit is contained in:
@ -120,7 +120,7 @@ class Tourmanent
|
||||
*/
|
||||
async join(receive_func, disconnect_func)
|
||||
{
|
||||
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/tournaments/${this.id}`;
|
||||
|
Reference in New Issue
Block a user