AIBOSS v0.5.6

RESCUEHELO v0.9.9
This commit is contained in:
Frank
2018-12-18 14:04:31 +01:00
parent d576573cf8
commit 75ac76a8e5
4 changed files with 525 additions and 336 deletions

View File

@@ -15,7 +15,7 @@
-- ===
--
-- ### Author: **funkyfranky**
-- ### Special thanks to HighwaymanEd for testing and suggesting improvements!
-- ### Special thanks to **HighwaymanEd** for testing and suggesting improvements!
--
-- @module Ops.RecoveryTanker
-- @image MOOSE.JPG
@@ -1206,7 +1206,7 @@ function RECOVERYTANKER:_ActivateTACAN(delay)
if delay and delay>0 then
-- Schedule TACAN activation.
SCHEDULER:New(nil, self._ActivateTACAN, {self}, delay)
SCHEDULER:New(self, self._ActivateTACAN, {}, delay)
else