1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-19 11:15:51 +00:00

fix: set hover event to null for texts after update warning (#4143)

This commit is contained in:
ybw0014 2024-03-21 20:45:45 -04:00 committed by GitHub
parent d51c82e1c0
commit e38e9ec69f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -83,7 +83,7 @@ class VersionsCommand extends SubCommand {
.append(")").color(ChatColor.GRAY);
}
builder.append("\n");
builder.append("\n").event((HoverEvent) null);
// @formatter:on
if (Slimefun.getMetricsService().getVersion() != null) {