Paper/nms-patches/EntitySelector.patch

12 lines
493 B
Diff
Raw Normal View History

--- a/net/minecraft/server/EntitySelector.java
+++ b/net/minecraft/server/EntitySelector.java
2019-04-23 04:00:00 +02:00
@@ -64,7 +64,7 @@
}
private void e(CommandListenerWrapper commandlistenerwrapper) throws CommandSyntaxException {
2019-04-23 04:00:00 +02:00
- if (this.checkPermissions && !commandlistenerwrapper.hasPermission(2)) {
+ if (this.checkPermissions && !commandlistenerwrapper.hasPermission(2, "minecraft.command.selector")) { // CraftBukkit
throw ArgumentEntity.f.create();
}
}