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

docs(PlayerCosmeticPostEquipEvent): add missing period

This commit is contained in:
Craftinators
2025-01-22 11:06:36 -05:00
parent e7b1fda73e
commit a037487497

View File

@@ -6,7 +6,7 @@ import org.bukkit.event.HandlerList;
import org.jetbrains.annotations.NotNull; import org.jetbrains.annotations.NotNull;
/** /**
* Called when a player has equipped a {@link Cosmetic} * Called when a player has equipped a {@link Cosmetic}.
*/ */
public class PlayerCosmeticPostEquipEvent extends PlayerCosmeticEvent { public class PlayerCosmeticPostEquipEvent extends PlayerCosmeticEvent {
private static final HandlerList HANDLER_LIST = new HandlerList(); private static final HandlerList HANDLER_LIST = new HandlerList();