mirror of
https://github.com/sekwah41/Advanced-Portals.git
synced 2024-11-22 10:36:17 +01:00
Changed default permission when command level isnt found
This commit is contained in:
parent
5b12a9960f
commit
efe03d29aa
@ -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";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user