2.4.3-DEV-1

This commit is contained in:
JaTiTV 2022-09-05 20:25:23 +02:00
parent dd8b823547
commit 485b50de7a
2 changed files with 22 additions and 23 deletions

View File

@ -6,7 +6,7 @@
<groupId>de.jatitv</groupId>
<artifactId>OPSecurity</artifactId>
<version>2.4.2</version>
<version>2.4.3-DEV-1</version>
<packaging>jar</packaging>
<name>OPSecurity</name>

View File

@ -50,7 +50,6 @@ public class Check {
+ "\n" + SelectMessages.OP_consoleDeop.replace("[player]", player.getName())));
}
}
return true;
}
if (SelectConfig.no_OP_Player_deop) {
player.setOp(false);
@ -69,7 +68,6 @@ public class Check {
notifyperm.sendMessage(Replace.replace(Util.getPrefix(), SelectMessages.OP_consoleDeop.replace("[player]", player.getName())));
}
}
return true;
}
}
if (SelectConfig.customCommand_Enable) {
@ -81,8 +79,9 @@ public class Check {
}
}
}.runTaskLater(Main.plugin, 5L);
return true;
}
return true;
}
}