debug at true to display error with config file

This commit is contained in:
Michel Roux 2012-05-11 10:15:30 +02:00
parent 8d49e0ecc0
commit 066fa619c9
1 changed files with 1 additions and 1 deletions

View File

@ -298,7 +298,7 @@ public class ConfigFile implements PermsConfig {
@Override
public boolean getDebug() {
return plugin.getConfig().getBoolean("debug", false);
return plugin.getConfig().getBoolean("debug", true);
}
@Override