mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Small
This commit is contained in:
@@ -115,11 +115,11 @@ function ARMYGROUP:New(GroupName)
|
|||||||
-- Start the status monitoring.
|
-- Start the status monitoring.
|
||||||
self:__Status(-1)
|
self:__Status(-1)
|
||||||
|
|
||||||
-- Start check zone timer.
|
|
||||||
self.timerCheckZone=TIMER:New(self._CheckInZones, self):Start(2, 5)
|
|
||||||
|
|
||||||
-- Start queue update timer.
|
-- Start queue update timer.
|
||||||
self.timerQueueUpdate=TIMER:New(self._QueueUpdate, self):Start(3, 30)
|
self.timerQueueUpdate=TIMER:New(self._QueueUpdate, self):Start(2, 5)
|
||||||
|
|
||||||
|
-- Start check zone timer.
|
||||||
|
self.timerCheckZone=TIMER:New(self._CheckInZones, self):Start(2, 30)
|
||||||
|
|
||||||
return self
|
return self
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -319,7 +319,7 @@ AUFTRAG.Type={
|
|||||||
FERRY="Ferry Flight",
|
FERRY="Ferry Flight",
|
||||||
INTERCEPT="Intercept",
|
INTERCEPT="Intercept",
|
||||||
ORBIT="Orbit",
|
ORBIT="Orbit",
|
||||||
GCCAP="Patrol",
|
GCCAP="Ground Controlled CAP",
|
||||||
RECON="Recon",
|
RECON="Recon",
|
||||||
RECOVERYTANKER="Recovery Tanker",
|
RECOVERYTANKER="Recovery Tanker",
|
||||||
RESCUEHELO="Rescue Helo",
|
RESCUEHELO="Rescue Helo",
|
||||||
|
|||||||
@@ -155,12 +155,12 @@ function NAVYGROUP:New(GroupName)
|
|||||||
|
|
||||||
-- Start the status monitoring.
|
-- Start the status monitoring.
|
||||||
self:__Status(-1)
|
self:__Status(-1)
|
||||||
|
|
||||||
|
-- Start queue update timer.
|
||||||
|
self.timerQueueUpdate=TIMER:New(self._QueueUpdate, self):Start(2, 5)
|
||||||
|
|
||||||
-- Start check zone timer.
|
-- Start check zone timer.
|
||||||
self.timerCheckZone=TIMER:New(self._CheckInZones, self):Start(2, 5)
|
self.timerCheckZone=TIMER:New(self._CheckInZones, self):Start(2, 60)
|
||||||
|
|
||||||
-- Start queue update timer.
|
|
||||||
self.timerQueueUpdate=TIMER:New(self._QueueUpdate, self):Start(3, 60)
|
|
||||||
|
|
||||||
return self
|
return self
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user