mirror of
https://github.com/Aust1n46/VentureChat.git
synced 2025-05-23 02:19:05 +00:00
Remove comment block
This commit is contained in:
parent
1211402c58
commit
78e9e7da80
@ -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\":[");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user