mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-24 00:34:28 +00:00
Fixes masks parsed from input not using block wildcards.
Closes WORLDEDIT-3147.
This commit is contained in:
@ -134,6 +134,7 @@ class DefaultMaskParser extends InputParser<Mask> {
|
||||
default:
|
||||
ParserContext tempContext = new ParserContext(context);
|
||||
tempContext.setRestricted(false);
|
||||
tempContext.setPreferringWildcard(true);
|
||||
return new BlockMask(extent, worldEdit.getBlockRegistry().parseFromListInput(component, tempContext));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user