mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 01:37:37 +00:00
Fix mask parsing not using factory
This commit is contained in:
parent
e2c9454399
commit
2be8d87d5a
@ -171,8 +171,6 @@ public class DefaultMaskParser extends FaweParser<Mask> {
|
||||
{
|
||||
try {
|
||||
builder.addRegex(full);
|
||||
} catch (SuggestInputParseException rethrow) {
|
||||
throw rethrow;
|
||||
} catch (InputParseException ignore) {}
|
||||
}
|
||||
if (mask == null) {
|
||||
|
Loading…
Reference in New Issue
Block a user