This commit is contained in:
Frank
2020-01-29 22:52:06 +01:00
parent 745da36e78
commit 4ec757d87a
3 changed files with 31 additions and 35 deletions
+1 -1
View File
@@ -810,7 +810,7 @@ end
function GROUP:Activate()
self:F2( { self.GroupName } )
trigger.action.activateGroup( self:GetDCSObject() )
return self:GetDCSObject()
return self
end