1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-13 10:04:51 +02:00

Enabled signs within the if

This commit is contained in:
ementalo
2012-07-06 14:11:31 +01:00
parent a5c2dcc33b
commit 30600295a6

View File

@@ -34,8 +34,8 @@ public class SignsConfigHolder extends AsyncStorageObjectHolder<SignsConfig>
if (sign != null && entry.getValue()) if (sign != null && entry.getValue())
{ {
enabledSigns.add(sign.getSign()); enabledSigns.add(sign.getSign());
} signsEnabled = true;
signsEnabled = true; }
} }
} }
finally finally