mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-22 17:27:38 +00:00
feat: allow bracketless '%' pattern definition (#2322)
This commit is contained in:
parent
f38c81aa2a
commit
6fbdef5252
@ -117,7 +117,7 @@ public class RichPatternParser extends FaweParser<Pattern> {
|
||||
if (addBrackets) {
|
||||
value += "[";
|
||||
}
|
||||
value += StringMan.join(entry.getValue(), " ");
|
||||
value += StringMan.join(entry.getValue(), "][");
|
||||
if (addBrackets) {
|
||||
value += "]";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user