MANTIS - make start random async, so detection for multiple MANTIS objects works better

INTEL - added function to alter detection types, typos corrected etc
This commit is contained in:
Applevangelist
2021-07-20 18:30:06 +02:00
parent 6690f70b05
commit 8a53998251
2 changed files with 65 additions and 26 deletions

View File

@@ -1081,7 +1081,7 @@ do
if self.advAwacs then
self.AWACS_Detection = self:StartAwacsDetection()
end
self:__Status(self.detectinterval)
self:__Status(-math.random(1,10))
return self
end