From ebb94c07b34962cbe8cc00be3ff4929ef42ce9a6 Mon Sep 17 00:00:00 2001 From: Applevangelist Date: Thu, 15 May 2025 10:05:11 +0200 Subject: [PATCH] Small fix --- Moose Development/Moose/Ops/Intelligence.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Moose Development/Moose/Ops/Intelligence.lua b/Moose Development/Moose/Ops/Intelligence.lua index a893557b3..f582f0675 100644 --- a/Moose Development/Moose/Ops/Intelligence.lua +++ b/Moose Development/Moose/Ops/Intelligence.lua @@ -2384,15 +2384,15 @@ function INTEL_DLINK:New(Intels, Alias, Interval, Cachetime) self.alias="SPECTRE" end - -- Cache time - self:SetDLinkCacheTime(Cachetime or 120) - -- Interval self.interval = Interval or 20 -- Set some string id for output to DCS.log file. self.lid=string.format("INTEL_DLINK %s | ", self.alias) + -- Cache time + self:SetDLinkCacheTime(Cachetime or 120) + -- Start State. self:SetStartState("Stopped")