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,10 +34,10 @@ public class SignsConfigHolder extends AsyncStorageObjectHolder<SignsConfig>
|
||||
if (sign != null && entry.getValue())
|
||||
{
|
||||
enabledSigns.add(sign.getSign());
|
||||
}
|
||||
signsEnabled = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
finally
|
||||
{
|
||||
unlock();
|
||||
|
Reference in New Issue
Block a user