mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2025-09-09 20:21:18 +02:00
Merge pull request #667 from PlaceholderAPI/fix/666-lowercase-issues
Fix issue with invalid placeholder pattern lowercasing text
This commit is contained in:
@@ -133,7 +133,7 @@ public final class CharsReplacer implements Replacer {
|
||||
parameters.setLength(0);
|
||||
|
||||
if (oopsitsbad) {
|
||||
builder.append(closure.head).append(identifierString);
|
||||
builder.append(closure.head).append(identifier);
|
||||
|
||||
if (identified) {
|
||||
builder.append('_').append(parametersString);
|
||||
|
Reference in New Issue
Block a user