diff --git a/paper-server/patches/sources/net/minecraft/commands/arguments/EntityArgument.java.patch b/paper-server/patches/sources/net/minecraft/commands/arguments/EntityArgument.java.patch index e2b9c3d155..d39db32c3a 100644 --- a/paper-server/patches/sources/net/minecraft/commands/arguments/EntityArgument.java.patch +++ b/paper-server/patches/sources/net/minecraft/commands/arguments/EntityArgument.java.patch @@ -5,7 +5,7 @@ private EntitySelector parse(StringReader reader, boolean allowSelectors) throws CommandSyntaxException { + // CraftBukkit start -+ return this.parse(reader, allowSelectors, true); ++ return this.parse(reader, allowSelectors, false); + } + public EntitySelector parse(StringReader reader, boolean allowSelectors, boolean overridePermissions) throws CommandSyntaxException { + // CraftBukkit end