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 17bd5e0 commit b738077Copy full SHA for b738077
src/main/java/me/rothes/protocolstringreplacer/replacer/containers/ComponentContainer.java
@@ -60,7 +60,7 @@ public String getResult() {
60
}
61
62
63
- if (TRANSLATE_FALLBACK) {
+ if (TRANSLATE_FALLBACK && translatableComponent.getFallback() != null) {
64
children.add(new SimpleTextContainer(translatableComponent.getFallback(), root) {
65
@Override
66
public @NotNull String getResult() {
0 commit comments