diff --git a/nms-patches/EntityPlayer.patch b/nms-patches/EntityPlayer.patch index 922ce37da5..7d60d0b3c7 100644 --- a/nms-patches/EntityPlayer.patch +++ b/nms-patches/EntityPlayer.patch @@ -492,7 +492,7 @@ + if ("".equals(s)) { + return getBukkitEntity().isOp(); + } -+ return true; ++ return getBukkitEntity().hasPermission("minecraft.command." + s); + // CraftBukkit end }