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

View File

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