mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-04 20:06:06 +00:00
Fix very specific issue where charmasks (< > $ etc.) are used with other masks, but only the charmask is used
This commit is contained in:
parent
57b47d2451
commit
c26977f578
@ -136,7 +136,6 @@ public class RichMaskParser extends FaweParser<Mask> {
|
||||
case '!':
|
||||
input = input.substring(input.indexOf(char0) + 1);
|
||||
mask = parseFromInput(char0 + "[" + input + "]", context);
|
||||
return mask;
|
||||
}
|
||||
}
|
||||
if (mask == null) {
|
||||
|
Loading…
Reference in New Issue
Block a user