AI: pass effect to ExecuteJump() to prevent script error

install-platforms
Maikel de Vries 2018-01-15 18:42:31 +01:00
parent 4aa0801762
commit 601ca111c9
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ private func ExecuteRanged(effect fx)
if (ally)
{
// Try to jump, if not possible just wait.
if (this->ExecuteJump())
if (this->ExecuteJump(fx))
return true;
}
else