Remove comment block

This commit is contained in:
Aust1n46 2024-02-05 11:17:29 -06:00
parent 1211402c58
commit 78e9e7da80

View File

@ -523,10 +523,7 @@ public class Format {
public static String toColoredText(Object o, Class<?> c) { public static String toColoredText(Object o, Class<?> c) {
if (VersionHandler.is1_7()) { if (VersionHandler.is1_7()) {
return "\"extra\":[{\"text\":\"Hover to see original message is not currently supported in 1.7\",\"color\":\"red\"}]"; return "\"extra\":[{\"text\":\"Hover to see original message is not currently supported in 1.7\",\"color\":\"red\"}]";
} }
// if (VersionHandler.isAbove_1_19()) {
// return "\"extra\":[{\"text\":\"Hover to see original message is not currently supported in 1.19+\",\"color\":\"red\"}]";
// }
List<Object> finalList = new ArrayList<>(); List<Object> finalList = new ArrayList<>();
StringBuilder stringbuilder = new StringBuilder(); StringBuilder stringbuilder = new StringBuilder();
stringbuilder.append("\"extra\":["); stringbuilder.append("\"extra\":[");