mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-29 15:04:04 +00:00
fix #2009
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user