This commit is contained in:
FullGas1 2025-05-10 12:04:46 +02:00
parent a1da0ea1c4
commit 61db3e9f93

View File

@ -7489,7 +7489,7 @@ function ctld.setGrpROE(_grp, _ROE)
local _controller = _grp:getController();
Controller.setOption(_controller, AI.Option.Ground.id.ALARM_STATE, AI.Option.Ground.val.ALARM_STATE.AUTO)
Controller.setOption(_controller, AI.Option.Ground.id.ROE, _ROE)
--_controller:setTask(_grp)
--_controller:setTask(_grp) -- FG 250510 this line seems to be a bug
end
end