1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-06-27 21:05:53 +00:00

The Last Ever v3 Commit (Hopefully)

This commit is contained in:
SirStendec 2017-11-13 01:13:52 -05:00
parent e0bad1dc10
commit c2688646af
16 changed files with 396 additions and 121 deletions

View file

@ -361,7 +361,7 @@ FFZ.prototype._ws_on_hello = function(success, data) {
if ( ! success )
return this.log("Error Saying Hello: " + data);
this._ws_on_pong(success, data[1]);
this._ws_on_pong(false, success, data[1]);
localStorage.ffzClientId = data[0];
this.log("Client ID: " + localStorage.ffzClientId);