diff --git a/Scripts/Controls/CooldownButton.cs b/Scripts/Controls/CooldownButton.cs index 56b98f8..a346b22 100644 --- a/Scripts/Controls/CooldownButton.cs +++ b/Scripts/Controls/CooldownButton.cs @@ -144,7 +144,6 @@ namespace UnityEngine.UI.Extensions /// public void StartCooldown() { - if(OnCooldownStart != null) OnCooldownStart.Invoke(eventData.button); cooldownTimeRemaining = cooldownTimeout; cooldownActive = cooldownInEffect = true; }