diff --git a/src/util/transports.ts b/src/util/transports.ts index ce103f3..398291f 100644 --- a/src/util/transports.ts +++ b/src/util/transports.ts @@ -26,7 +26,6 @@ function changeTransport(transport: string, wispUrl: string) { console.log("Bare URL: " + bare); SetTransport("BareMod.BareClient", bare); break; - //stuff like bare-as-module3 COULD also be added default: SetTransport("EpxMod.EpoxyClient", { wisp: wispUrl }); break;