mirror of
https://github.com/libraryaddict/LibsDisguises.git
synced 2024-11-13 10:25:14 +01:00
Fix logs for 1.12
This commit is contained in:
parent
ac35cb64b6
commit
972633876e
@ -212,8 +212,8 @@ public class LDUploadLogs implements LDCommand {
|
||||
" and my disguises file: " + disguisesPaste;
|
||||
|
||||
ComponentBuilder builder = new ComponentBuilder("");
|
||||
builder.appendLegacy(ChatColor.AQUA + "");
|
||||
builder.append(text);
|
||||
builder.color(net.md_5.bungee.api.ChatColor.AQUA);
|
||||
builder.event(new ClickEvent(ClickEvent.Action.SUGGEST_COMMAND, text));
|
||||
|
||||
sender.spigot().sendMessage(builder.create());
|
||||
|
Loading…
Reference in New Issue
Block a user