proxy through home for all mpp bridges

work-around the issue I caused myself, but it's for the common good
This commit is contained in:
Lamp 2020-04-06 22:09:50 -07:00 committed by GitHub
parent 1240618d55
commit a088abc6c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ global.createMPPbridge = function createMPPbridge(room, DiscordChannelID, site =
const gClient = 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 == "WOPP" ? new Client("wss://piano.ourworldofpixels.com") :
site == "MPT" ? new Client("wss://ts.terrium.net:8443") : site == "MPT" ? new Client("wss://ts.terrium.net:8443") :
site == "VFDP" ? new Client("ws://www.visualfiredev.com:8080") : site == "VFDP" ? new Client("ws://www.visualfiredev.com:8080") :