Minor fixes

This commit is contained in:
Applevangelist
2024-01-19 19:09:08 +01:00
parent 0ce3a189c3
commit 11f0b2899d
3 changed files with 5 additions and 2 deletions

View File

@@ -578,7 +578,7 @@ function INTEL:AddAgent(AgentGroup)
end
-- Add to detection set.
self.detectionset:AddGroup(AgentGroup)
self.detectionset:AddGroup(AgentGroup,true)
return self
end