@@ -1,6 +1,6 @@
|
||||
--- a/net/minecraft/commands/arguments/ArgumentEntity.java
|
||||
+++ b/net/minecraft/commands/arguments/ArgumentEntity.java
|
||||
@@ -93,9 +93,15 @@
|
||||
@@ -95,9 +95,15 @@
|
||||
}
|
||||
|
||||
public EntitySelector parse(StringReader stringreader) throws CommandSyntaxException {
|
||||
@@ -15,5 +15,5 @@
|
||||
- EntitySelector entityselector = argumentparserselector.parse();
|
||||
+ EntitySelector entityselector = argumentparserselector.parse(overridePermissions); // CraftBukkit
|
||||
|
||||
if (entityselector.a() > 1 && this.h) {
|
||||
if (this.i) {
|
||||
if (entityselector.a() > 1 && this.single) {
|
||||
if (this.playersOnly) {
|
||||
|
||||
Reference in New Issue
Block a user