Changed default permission when command level isnt found

This commit is contained in:
sekwah41 2017-12-17 22:51:06 +00:00
parent 5b12a9960f
commit efe03d29aa
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ public class Settings {
currentWarpParticles = config.getConfig().getInt("WarpParticles");
currentWarpSound = config.getConfig().getInt("WarpSound");
commandLevels = config.getConfig().getString("CommandLevels", "n");
commandLevels = config.getConfig().getString("CommandLevels", "opchek");
if(commandLevels.contains("n") || commandLevels.equals("")) {
commandLevels = "n";
}