Fix quick edit command tooltips

This commit is contained in:
filoghost 2021-08-05 18:12:23 +02:00
parent a1bafc4366
commit 1be79f05b0
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ public class HologramCommandManager extends SubCommandManager {
usageArgs = "";
}
String usage = "/" + commandContext.getRootLabel() + " " + subCommand.getName() + " " + hologram + " ";
String usage = "/" + commandContext.getRootLabel() + " " + subCommand.getName() + " " + hologram.getName() + " ";
message.append("[" + quickEditCommand.getActionName() + "]").color(ChatColor.DARK_AQUA)
.event(new ClickEvent(ClickEvent.Action.SUGGEST_COMMAND, usage))
.event(new HoverEvent(HoverEvent.Action.SHOW_TEXT, TextComponent.fromLegacyText(