From fddd5d031191dfb1f3fe0f63d4c8e680ef5cf272 Mon Sep 17 00:00:00 2001 From: Craftinators Date: Wed, 15 Mar 2023 01:37:46 -0400 Subject: [PATCH] docs(PlayerCosmeticHideEvent): updated documentation --- .../hibiscusmc/hmccosmetics/api/PlayerCosmeticHideEvent.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/src/main/java/com/hibiscusmc/hmccosmetics/api/PlayerCosmeticHideEvent.java b/common/src/main/java/com/hibiscusmc/hmccosmetics/api/PlayerCosmeticHideEvent.java index 13eb8749..566b3c93 100644 --- a/common/src/main/java/com/hibiscusmc/hmccosmetics/api/PlayerCosmeticHideEvent.java +++ b/common/src/main/java/com/hibiscusmc/hmccosmetics/api/PlayerCosmeticHideEvent.java @@ -34,10 +34,10 @@ public class PlayerCosmeticHideEvent extends CosmeticUserEvent implements Cancel } /** - * Sets the cancellation state of this event. + * Sets the cancellation state of this event * *

- * Canceling this event will prevent the player from hiding cosmetics. + * Canceling this event will prevent the player from hiding cosmetics *

* * @param cancel true if you wish to cancel this event