Forgot why I disabled fancy chat for 1.12

This commit is contained in:
libraryaddict
2020-07-30 00:47:22 +12:00
parent bd214728cd
commit 2ad5d0ff4d
5 changed files with 24 additions and 30 deletions

View File

@@ -48,7 +48,7 @@ public class LDMetaInfo implements LDCommand {
names.sort(String::compareToIgnoreCase);
if (NmsVersion.v1_13.isSupported()) {
// if (NmsVersion.v1_13.isSupported()) {
ComponentBuilder builder = new ComponentBuilder("").appendLegacy(LibsMsg.META_VALUES.get());
Iterator<String> itel = names.iterator();
@@ -67,10 +67,10 @@ public class LDMetaInfo implements LDCommand {
}
sender.spigot().sendMessage(builder.create());
} else {
/*} else {
LibsMsg.META_VALUES_NO_CLICK.send(sender,
StringUtils.join(names, LibsMsg.META_VALUE_SEPERATOR.get()));
}
}*/
}
}