mirror of
https://github.com/HibiscusMC/HMCCosmetics.git
synced 2025-12-30 20:39:13 +00:00
fix: cancel event for clicking in HMCColor
This commit is contained in:
@@ -48,6 +48,7 @@ public class DyeMenu {
|
||||
if (color == null) return;
|
||||
|
||||
addCosmetic(user, cosmetic, color);
|
||||
event.setCancelled(true);
|
||||
} else event.setCancelled(true);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user