mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-22 17:27:38 +00:00
fix #2009
This commit is contained in:
parent
5dca925bc3
commit
362f6cc6e1
@ -147,6 +147,7 @@ public class RichMaskParser extends FaweParser<Mask> {
|
|||||||
try {
|
try {
|
||||||
builder.addRegex(full);
|
builder.addRegex(full);
|
||||||
} catch (InputParseException ignored) {
|
} catch (InputParseException ignored) {
|
||||||
|
builder.clear();
|
||||||
context.setPreferringWildcard(false);
|
context.setPreferringWildcard(false);
|
||||||
context.setRestricted(false);
|
context.setRestricted(false);
|
||||||
BaseBlock block = worldEdit.getBlockFactory().parseFromInput(full, context);
|
BaseBlock block = worldEdit.getBlockFactory().parseFromInput(full, context);
|
||||||
|
Loading…
Reference in New Issue
Block a user