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

fix: cancel event for clicking in HMCColor

This commit is contained in:
LoJoSho
2023-04-23 15:23:10 -05:00
parent c37f52bbb1
commit ddb6f53655

View File

@@ -48,6 +48,7 @@ public class DyeMenu {
if (color == null) return;
addCosmetic(user, cosmetic, color);
event.setCancelled(true);
} else event.setCancelled(true);
});