We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f39cf78 commit 32e4a76Copy full SHA for 32e4a76
1 file changed
src/main/java/eu/pb4/placeholders/impl/GeneralUtils.java
@@ -209,7 +209,7 @@ public static ParentNode convertToNodes(Text input) {
209
}
210
211
212
- list.add(new TranslatedNode(content.getKey(), list.toArray()));
+ list.add(new TranslatedNode(content.getKey(), args.toArray()));
213
} else if (input.getContent() instanceof ScoreTextContent content) {
214
list.add(new ScoreNode(content.getName(), content.getObjective()));
215
} else if (input.getContent() instanceof KeybindTextContent content) {
0 commit comments