Update Client.js

This commit is contained in:
Lamp 2021-04-03 21:23:46 -07:00 committed by GitHub
parent cba1796862
commit f13b7b9210
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ Client.prototype.connect = function() {
this.emit("status", "Connecting...");
if(typeof module !== "undefined") {
// nodejsicle
require('https').get('https://app.multiplayerpiano.com').on("error", () => {});
require('https').get('https://app_legacy.multiplayerpiano.com').on("error", () => {});
this.ws = new WebSocket(this.uri, {
headers: {
"origin": "https://multiplayerpiano.com",