Forgot why I disabled fancy chat for 1.12
This commit is contained in:
@@ -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()));
|
||||
}
|
||||
}*/
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user