From e7972fc576c9099230538a2b5843c86f549772ec Mon Sep 17 00:00:00 2001 From: William Date: Sat, 30 Sep 2023 16:28:47 +0100 Subject: [PATCH] Fix wrong description in about menu --- .../java/net/william278/huskhomes/command/HuskHomesCommand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/main/java/net/william278/huskhomes/command/HuskHomesCommand.java b/common/src/main/java/net/william278/huskhomes/command/HuskHomesCommand.java index 39a94ac88..cf89825dc 100644 --- a/common/src/main/java/net/william278/huskhomes/command/HuskHomesCommand.java +++ b/common/src/main/java/net/william278/huskhomes/command/HuskHomesCommand.java @@ -60,7 +60,7 @@ protected HuskHomesCommand(@NotNull HuskHomes plugin) { this.updateChecker = plugin.getUpdateChecker(); this.aboutMenu = AboutMenu.builder() .title(Component.text("HuskHomes")) - .description(Component.text("A powerful, intuitive and flexible teleportation suite")) + .description(Component.text("The powerful and intuitive homes, warps, and teleports plugin/mod")) .version(plugin.getVersion()) .credits("Author", AboutMenu.Credit.of("William278").description("Click to visit website").url("https://william278.net"))