geforkt von Mirrors/FastAsyncWorldEdit
Fix mask parsing not using factory
Dieser Commit ist enthalten in:
Ursprung
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) {
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren