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 {