Merge pull request #1716 from FlightControl-Master/FF/Ops

OPS
This commit is contained in:
Frank
2022-04-20 21:51:09 +02:00
committed by GitHub
12 changed files with 399 additions and 95 deletions

View File

@@ -2303,7 +2303,7 @@ function AUFTRAG:SetTime(ClockStart, ClockStop)
return self
end
--- Set time how low the mission is executed. Once this time limit has passed, the mission is cancelled.
--- Set time how long the mission is executed. Once this time limit has passed, the mission is cancelled.
-- @param #AUFTRAG self
-- @param #number Duration Duration in seconds.
-- @return #AUFTRAG self