From a088abc6c7643e9b3b258151853126975a6e6ad9 Mon Sep 17 00:00:00 2001 From: Lamp Date: Mon, 6 Apr 2020 22:09:50 -0700 Subject: [PATCH] proxy through home for all mpp bridges work-around the issue I caused myself, but it's for the common good --- src/mppbridger/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mppbridger/index.js b/src/mppbridger/index.js index f88ac36..44b1a3d 100755 --- a/src/mppbridger/index.js +++ b/src/mppbridger/index.js @@ -36,7 +36,7 @@ global.createMPPbridge = function createMPPbridge(room, DiscordChannelID, site = const gClient = - site == "MPP" ? new Client((site == "MPP" && room == "lobby") ? "ws://73.189.132.37:28886" : "ws://www.multiplayerpiano.com:443") : + site == "MPP" ? new Client("ws://530s.gq:28886") : site == "WOPP" ? new Client("wss://piano.ourworldofpixels.com") : site == "MPT" ? new Client("wss://ts.terrium.net:8443") : site == "VFDP" ? new Client("ws://www.visualfiredev.com:8080") :