debug at true to display error with config file
This commit is contained in:
parent
8d49e0ecc0
commit
066fa619c9
@ -298,7 +298,7 @@ public class ConfigFile implements PermsConfig {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean getDebug() {
|
public boolean getDebug() {
|
||||||
return plugin.getConfig().getBoolean("debug", false);
|
return plugin.getConfig().getBoolean("debug", true);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user