add: loud buzzer
This commit is contained in:
@ -27,6 +27,7 @@ class MatchMaking
|
||||
return null;
|
||||
|
||||
this.gamemode = gamemode
|
||||
|
||||
let url = `${window.location.protocol[4] === 's' ? 'wss' : 'ws'}://${window.location.host}/ws/matchmaking/${mode}`;
|
||||
|
||||
this._socket = new WebSocket(url);
|
||||
|
Reference in New Issue
Block a user