diff --git a/Sources/Mod-SnowAndGarland.php b/Sources/Mod-SnowAndGarland.php index 9499d7d..a496fde 100644 --- a/Sources/Mod-SnowAndGarland.php +++ b/Sources/Mod-SnowAndGarland.php @@ -102,7 +102,7 @@ function loadSnowAndGarlandAssets() { global $modSettings, $context, $settings; - if (defined('WIRELESS')) { + if (defined('WIRELESS') && WIRELESS === true) { return; }