mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 09:47:38 +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 {
|
try {
|
||||||
builder.addRegex(full);
|
builder.addRegex(full);
|
||||||
} catch (SuggestInputParseException rethrow) {
|
|
||||||
throw rethrow;
|
|
||||||
} catch (InputParseException ignore) {}
|
} catch (InputParseException ignore) {}
|
||||||
}
|
}
|
||||||
if (mask == null) {
|
if (mask == null) {
|
||||||
|
Loading…
Reference in New Issue
Block a user