9
0
mirror of https://github.com/HibiscusMC/HMCCosmetics.git synced 2025-12-30 04:19:28 +00:00

docs(HMCCosmeticSetupEvent): fix documentation

This commit is contained in:
Craftinators
2023-03-15 17:11:41 -04:00
parent af78424b07
commit d1a2b6a016

View File

@@ -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();