Skip to content

Commit

Permalink
fix: set hover event to null for texts after update warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ybw0014 committed Feb 24, 2024
1 parent 20486fb commit 3279049
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public void onExecute(@Nonnull CommandSender sender, @Nonnull String[] args) {
.append(")").color(ChatColor.GRAY);
}

builder.append("\n");
builder.append("\n").event((HoverEvent) null);
// @formatter:on

if (Slimefun.getMetricsService().getVersion() != null) {
Expand Down

0 comments on commit 3279049

Please sign in to comment.