mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-05 10:20:53 +01:00
12 lines
493 B
Diff
12 lines
493 B
Diff
--- a/net/minecraft/server/EntitySelector.java
|
|
+++ b/net/minecraft/server/EntitySelector.java
|
|
@@ -64,7 +64,7 @@
|
|
}
|
|
|
|
private void e(CommandListenerWrapper commandlistenerwrapper) throws CommandSyntaxException {
|
|
- if (this.checkPermissions && !commandlistenerwrapper.hasPermission(2)) {
|
|
+ if (this.checkPermissions && !commandlistenerwrapper.hasPermission(2, "minecraft.command.selector")) { // CraftBukkit
|
|
throw ArgumentEntity.f.create();
|
|
}
|
|
}
|