mirror of
https://github.com/essentials/Essentials.git
synced 2025-09-25 13:49:12 +02:00
Switch to the new I18n class and format cleanup of all classes
This commit is contained in:
@@ -62,7 +62,7 @@ public enum ProtectConfig
|
||||
{
|
||||
this(configName, null, false, true, false);
|
||||
}
|
||||
|
||||
|
||||
private ProtectConfig(final String configName, final String defValueString)
|
||||
{
|
||||
this(configName, defValueString, false, false, true);
|
||||
@@ -110,7 +110,7 @@ public enum ProtectConfig
|
||||
{
|
||||
return isString;
|
||||
}
|
||||
|
||||
|
||||
public boolean isList()
|
||||
{
|
||||
return isList;
|
||||
|
Reference in New Issue
Block a user