We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bf81c7 commit 24d2de7Copy full SHA for 24d2de7
Assets/Scripts/Gameplay/Action/ActionPlayer.cs
@@ -45,7 +45,7 @@ public void PlayAction(ref ActionRequestData action)
45
{
46
if (!action.ShouldQueue && m_Queue.Count > 0 &&
47
(m_Queue[0].Description.ActionInterruptible ||
48
- m_Queue[0].Description.IsInterruptableBy.Contains(action.ActionTypeEnum)));
+ m_Queue[0].Description.IsInterruptableBy.Contains(action.ActionTypeEnum)))
49
50
ClearActions(false);
51
}
0 commit comments