From a8e3dd47eae5ea8b76c7df0aff1ab9f356da9359 Mon Sep 17 00:00:00 2001 From: "Randolph W. Aarseth II" Date: Wed, 22 Jan 2025 13:30:54 -0700 Subject: [PATCH] accidently added a b --- platform/web/js/engine/engine.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/web/js/engine/engine.js b/platform/web/js/engine/engine.js index ecc753988895..d284723fccdf 100644 --- a/platform/web/js/engine/engine.js +++ b/platform/web/js/engine/engine.js @@ -248,7 +248,7 @@ const Engine = (function () { // Determine the base URL based on the meta elements let baseUrl = ''; if (discordAutodetect) { - bbaseUrl = window.location.hostname.includes('discord') ? '.proxy/' : ''; + baseUrl = window.location.hostname.includes('discord') ? '.proxy/' : ''; } else if (discordEmbed) { baseUrl = '.proxy/'; }