mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2026-08-10 17:59:24 +00:00
[FIXED] nil function
This commit is contained in:
@@ -3364,7 +3364,7 @@ end
|
|||||||
-- @param Ops.Auftrag#AUFTRAG Mission The mission.
|
-- @param Ops.Auftrag#AUFTRAG Mission The mission.
|
||||||
-- @return #boolean If `true`, one of the cohorts can run the mission.
|
-- @return #boolean If `true`, one of the cohorts can run the mission.
|
||||||
function CHIEF:CanMission(Mission)
|
function CHIEF:CanMission(Mission)
|
||||||
return self.commander and self.commander:CanStartMission(Mission)
|
return self.commander and self.commander:CanMission(Mission)
|
||||||
end
|
end
|
||||||
|
|
||||||
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user