mirror of
https://github.com/sekwah41/Advanced-Portals.git
synced 2025-02-16 20:31:20 +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");
|
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";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user