Skip to content

Commit

Permalink
accidently added a b
Browse files Browse the repository at this point in the history
  • Loading branch information
Bioblaze committed Jan 22, 2025
1 parent 9b13e6b commit a8e3dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/web/js/engine/engine.js
Original file line number Diff line number Diff line change
Expand Up @@ -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/';
}
Expand Down

0 comments on commit a8e3dd4

Please sign in to comment.