mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2026-08-18 05:05:56 +00:00
Ops
This commit is contained in:
@@ -645,6 +645,7 @@ function CONTROLLABLE:StartUncontrolled(delay)
|
||||
if delay and delay>0 then
|
||||
SCHEDULER:New(nil, CONTROLLABLE.StartUncontrolled, {self}, delay)
|
||||
else
|
||||
env.info("FF staring controllable")
|
||||
self:SetCommand({id='Start', params={}})
|
||||
end
|
||||
return self
|
||||
|
||||
Reference in New Issue
Block a user