This commit is contained in:
Applevangelist
2024-08-18 19:33:24 +02:00
parent 4859ea2fb1
commit 43ffad02be
2 changed files with 7 additions and 5 deletions

View File

@@ -516,7 +516,7 @@ function GROUP:GetCategory()
local DCSGroup = self:GetDCSObject()
if DCSGroup then
local GroupCategory = DCSGroup:getCategory()
self:T3( GroupCategory )
--self:I( GroupCategory )
return GroupCategory
end