Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Commit 7399988

Browse files
ElFrod0granny
authored andcommitted
Fix hover in /plugins
1 parent 4a0a86b commit 7399988

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

purpur-server/paper-patches/files/src/main/java/io/papermc/paper/command/PaperPluginsCommand.java.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
+ hover.append(getAuthors(provider.getMeta()));
6060
+ }
6161
+
62-
+ pluginName.hoverEvent(hover.build());
62+
+ pluginName = pluginName.hoverEvent(hover.build());
6363
+ }
6464
+ // Purpur end - Improve output of plugins command
6565

0 commit comments

Comments
 (0)