Skip to content

Commit

Permalink
Fix wireless detection.
Browse files Browse the repository at this point in the history
  • Loading branch information
realdigger committed Nov 20, 2016
1 parent d604555 commit 0cbdadb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Mod-SnowAndGarland.php
Expand Up @@ -102,7 +102,7 @@ function loadSnowAndGarlandAssets()
{
global $modSettings, $context, $settings;

if (defined('WIRELESS')) {
if (defined('WIRELESS') && WIRELESS === true) {
return;
}

Expand Down

0 comments on commit 0cbdadb

Please sign in to comment.