From bf3ee93c2302fc97a0b81990fa530f23b2d4355e Mon Sep 17 00:00:00 2001 From: Thomas <72444570+Applevangelist@users.noreply.github.com> Date: Mon, 5 Sep 2022 06:14:58 +0200 Subject: [PATCH] Update PlayerTask.lua (#1777) --- Moose Development/Moose/Ops/PlayerTask.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Moose Development/Moose/Ops/PlayerTask.lua b/Moose Development/Moose/Ops/PlayerTask.lua index ab0153d2f..fc22c647f 100644 --- a/Moose Development/Moose/Ops/PlayerTask.lua +++ b/Moose Development/Moose/Ops/PlayerTask.lua @@ -2618,7 +2618,7 @@ end -- @param #string RecceName This name will be used to build a detection group set. All groups with this string somewhere in their group name will be added as Recce. -- @return #PLAYERTASKCONTROLLER self function PLAYERTASKCONTROLLER:SetupIntel(RecceName) - self:T(self.lid.."SetupIntel: "..RecceName) + self:T(self.lid.."SetupIntel") self.RecceSet = SET_GROUP:New():FilterCoalitions(self.CoalitionName):FilterPrefixes(RecceName):FilterStart() self.Intel = INTEL:New(self.RecceSet,self.Coalition,self.Name.."-Intel") self.Intel:SetClusterAnalysis(true,false,false)