awuieuiagrlaerkgl

This commit is contained in:
Lamp 2020-10-18 17:14:06 -07:00 committed by GitHub
parent af21719ace
commit 46fb4ea5e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +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');
this.ws = new WebSocket(this.uri, { this.ws = new WebSocket(this.uri, {
headers: { headers: {
"origin": "http://www.multiplayerpiano.com", "origin": "http://www.multiplayerpiano.com",