From cedf9771463aac0e97f050dce324026aceed5bd4 Mon Sep 17 00:00:00 2001 From: Lamp Date: Sun, 18 Oct 2020 17:21:46 -0700 Subject: [PATCH] wht the fUq --- src/lib/Client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/Client.js b/src/lib/Client.js index 3ce0174..eced7f4 100755 --- a/src/lib/Client.js +++ b/src/lib/Client.js @@ -78,7 +78,7 @@ Client.prototype.connect = function() { this.ws = new WebSocket(this.uri, { headers: { "origin": "http://www.multiplayerpiano.com", - "user-agent": "kitty cat" + "user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.75 Safari/537.36" } }); } else {