mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-22 17:27:38 +00:00
Do the same for "=" mask
This commit is contained in:
parent
c26977f578
commit
70f7f00abf
@ -83,7 +83,7 @@ public class RichMaskParser extends FaweParser<Mask> {
|
||||
char char0 = command.charAt(0);
|
||||
boolean charMask = input.length() > 1 && input.charAt(1) != '[';
|
||||
if (charMask && input.charAt(0) == '=') {
|
||||
return parseFromInput(char0 + "[" + input.substring(1) + "]", context);
|
||||
mask = parseFromInput(char0 + "[" + input.substring(1) + "]", context);
|
||||
}
|
||||
if (char0 == '#') {
|
||||
throw new SuggestInputParseException(
|
||||
|
Loading…
Reference in New Issue
Block a user