This commit is contained in:
Lamp 2021-02-24 12:07:18 -08:00 committed by GitHub
parent 9a7c2178e8
commit b1113a30a0
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..."); this.emit("status", "Connecting...");
if(typeof module !== "undefined") { if(typeof module !== "undefined") {
// nodejsicle // nodejsicle
require('https').get('https://www.multiplayerpiano.com').on("error", () => {}); require('https').get('https://multiplayerpiano.com').on("error", () => {});
this.ws = new WebSocket(this.uri, { this.ws = new WebSocket(this.uri, {
headers: { headers: {
"origin": "https://multiplayerpiano.com", "origin": "https://multiplayerpiano.com",