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

@@ -113,7 +113,7 @@ public class GrabSkinCommand implements CommandExecutor {
int start = 0;
int msg = 1;
if (NmsVersion.v1_13.isSupported()) {
//if (NmsVersion.v1_13.isSupported()) {
ComponentBuilder builder = new ComponentBuilder("").appendLegacy(LibsMsg.CLICK_TO_COPY.get());
while (start < string.length()) {
@@ -139,9 +139,9 @@ public class GrabSkinCommand implements CommandExecutor {
}
sender.spigot().sendMessage(builder.create());
} else {
/*} else {
LibsMsg.SKIN_DATA.send(sender, string);
}
}*/
DisguiseUtilities.setGrabSkinCommandUsed();
}