This commit is contained in:
Frank
2020-02-04 23:15:48 +01:00
parent 87b75b4269
commit b97b197219
2 changed files with 128 additions and 79 deletions
@@ -312,6 +312,7 @@ function CONTROLLABLE:ClearTasks()
if DCSControllable then
local Controller = self:_GetController()
env.info("FF clearing tasks!")
Controller:resetTask()
return self
end