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

@@ -87,10 +87,10 @@ public class LDJson implements LDCommand {
}
private void sendMessage(CommandSender sender, LibsMsg prefix, LibsMsg oldVer, String string) {
if (!NmsVersion.v1_13.isSupported()) {
/* if (!NmsVersion.v1_13.isSupported()) {
oldVer.send(sender, string);
return;
}
}*/
int start = 0;
int msg = 1;