mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-03 05:32:18 -07:00
Fix some compilation errors
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
+ // CraftBukkit start
|
||||
+ return this.parse(reader, allowSelectors, true);
|
||||
+ }
|
||||
+ private EntitySelector parse(StringReader reader, boolean allowSelectors, boolean overridePermissions) throws CommandSyntaxException {
|
||||
+ public EntitySelector parse(StringReader reader, boolean allowSelectors, boolean overridePermissions) throws CommandSyntaxException {
|
||||
+ // CraftBukkit end
|
||||
int i = 0;
|
||||
EntitySelectorParser entitySelectorParser = new EntitySelectorParser(reader, allowSelectors);
|
||||
|
Reference in New Issue
Block a user