fix use delay cooldown visual bug (#23532)

(cherry picked from commit edd85a5d2d8848fcbb5d5f60d505abe0164b10c1)
This commit is contained in:
themias 2024-01-04 13:13:38 -05:00 committed by Debug
parent 92cdcf4a8a
commit 9ba3f62cec
No known key found for this signature in database
GPG Key ID: 271270A74EF9C350
1 changed files with 1 additions and 1 deletions

View File

@ -398,7 +398,7 @@ public sealed class HandsUIController : UIController, IOnStateEntered<GameplaySt
useDelay is not { DelayStartTime: var start, DelayEndTime: var end })
{
hand.CooldownDisplay.Visible = false;
return;
continue;
}
hand.CooldownDisplay.Visible = true;