This commit is contained in:
Applevangelist
2024-05-13 09:56:48 +02:00
parent 5d67009b18
commit 662885aaa6
3 changed files with 6 additions and 5 deletions

View File

@@ -367,7 +367,7 @@ function GROUP:GetDCSObject()
return DCSGroup
end
self:E(string.format("ERROR: Could not get DCS group object of group %s because DCS object could not be found!", tostring(self.GroupName)))
self:T2(string.format("ERROR: Could not get DCS group object of group %s because DCS object could not be found!", tostring(self.GroupName)))
return nil
end