mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 01:37:37 +00:00
Make mask parsing actually working
This commit is contained in:
parent
eb9ed098bb
commit
8e33ff9549
@ -56,7 +56,7 @@ public class BlocksMaskParser extends InputParser<Mask> {
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
return new BlockMask(context.requireExtent(), holders);
|
return new BlockMask(context.requireExtent(), holders);
|
||||||
} catch (NoMatchException e) {
|
} catch (InputParseException e) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user