This commit is contained in:
youhavetrouble
2020-07-11 00:00:42 +02:00
parent f3555f790e
commit 666375ee91
@@ -16,7 +16,7 @@ public class PlayerCommandPreProcess implements Listener {
public void PlayerCommandSendEvent(org.bukkit.event.player.PlayerCommandPreprocessEvent event) {
Player player = event.getPlayer();
if (player.hasPermission("commandwhitelist.bypass:")) {
if (player.hasPermission("commandwhitelist.bypass")) {
return;
}