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

fix(PlayerCosmeticShowEvent): remove unused import

This commit is contained in:
Craftinators
2023-03-15 01:40:06 -04:00
parent f456ddf8a4
commit d05072eb2c

View File

@@ -2,7 +2,6 @@ package com.hibiscusmc.hmccosmetics.api;
import com.hibiscusmc.hmccosmetics.user.CosmeticUser;
import org.bukkit.event.Cancellable;
import org.bukkit.event.Event;
import org.bukkit.event.HandlerList;
import org.jetbrains.annotations.NotNull;