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