Fix unintentional change to default "overridePermissions" argument (#11759)
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user