From d1a2b6a0162944a06aeb43f6d639e316c4a82018 Mon Sep 17 00:00:00 2001 From: Craftinators Date: Wed, 15 Mar 2023 17:11:41 -0400 Subject: [PATCH] docs(HMCCosmeticSetupEvent): fix documentation --- .../com/hibiscusmc/hmccosmetics/api/HMCCosmeticSetupEvent.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/main/java/com/hibiscusmc/hmccosmetics/api/HMCCosmeticSetupEvent.java b/common/src/main/java/com/hibiscusmc/hmccosmetics/api/HMCCosmeticSetupEvent.java index 1e6d6d38..c5639284 100644 --- a/common/src/main/java/com/hibiscusmc/hmccosmetics/api/HMCCosmeticSetupEvent.java +++ b/common/src/main/java/com/hibiscusmc/hmccosmetics/api/HMCCosmeticSetupEvent.java @@ -5,7 +5,7 @@ import org.bukkit.event.HandlerList; import org.jetbrains.annotations.NotNull; /** - * Called when the plugin is enabled + * Called when the plugin is set up and/or reloaded */ public class HMCCosmeticSetupEvent extends Event { private static final HandlerList handlers = new HandlerList();