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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user