Skip to content

Commit

Permalink
fix: set hover event to null for texts after update warning (#4143)
Browse files Browse the repository at this point in the history
  • Loading branch information
ybw0014 authored Mar 22, 2024
1 parent d51c82e commit e38e9ec
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 e38e9ec

Please sign in to comment.