Skip to content

Commit

Permalink
Fix hover in /plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
ElFrod0 authored and granny committed Jan 24, 2025
1 parent 4a0a86b commit 7399988
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
+ hover.append(getAuthors(provider.getMeta()));
+ }
+
+ pluginName.hoverEvent(hover.build());
+ pluginName = pluginName.hoverEvent(hover.build());
+ }
+ // Purpur end - Improve output of plugins command

Expand Down

0 comments on commit 7399988

Please sign in to comment.