Skip to content

Commit 24d2de7

Browse files
formatting
1 parent 6bf81c7 commit 24d2de7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/Scripts/Gameplay/Action/ActionPlayer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public void PlayAction(ref ActionRequestData action)
4545
{
4646
if (!action.ShouldQueue && m_Queue.Count > 0 &&
4747
(m_Queue[0].Description.ActionInterruptible ||
48-
m_Queue[0].Description.IsInterruptableBy.Contains(action.ActionTypeEnum)));
48+
m_Queue[0].Description.IsInterruptableBy.Contains(action.ActionTypeEnum)))
4949
{
5050
ClearActions(false);
5151
}

0 commit comments

Comments
 (0)