First test mission with ZONE_POLYGON working!

This commit is contained in:
FlightControl
2016-06-05 00:03:27 +02:00
parent 2ac9e76f5c
commit d8790ad2f1
10 changed files with 1188 additions and 34729 deletions

View File

@@ -121,7 +121,7 @@ function SCHEDULER:_Scheduler()
self:T( { Status, Result } )
if Status and Status == true and Result and Result == true then
if Status and ( ( not Result ) or ( Result and Result ~= false ) ) then
if self.Repeat and ( not self.StopSeconds or ( self.StopSeconds and timer.getTime() <= self.StartTime + self.StopSeconds ) ) then
timer.scheduleFunction(
self._Scheduler,