From 3ab4394376bd494a9b6c20ed797325dd509a84e6 Mon Sep 17 00:00:00 2001 From: MotorTruck1221 Date: Sun, 10 Mar 2024 03:56:20 -0600 Subject: [PATCH] Remove comment --- src/util/transports.ts | 1 - 1 file changed, 1 deletion(-) 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;