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:
parent
e0bad1dc10
commit
c2688646af
16 changed files with 396 additions and 121 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue