Merge pull request #2373 from shaji-Dev/develop

[ADDED] `ValidateAndRepositionGroundUnits` to OPSGROUP
This commit is contained in:
Thomas 2025-08-26 18:38:41 +02:00 committed by GitHub
commit 527c4d0de4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7853,6 +7853,7 @@ function OPSGROUP:_Spawn(Delay, Template)
-- Spawn new group.
self.group=_DATABASE:Spawn(Template)
self.group:SetValidateAndRepositionGroundUnits(self.ValidateAndRepositionGroundUnits)
--local countryID=self.group:GetCountry()
--local categoryID=self.group:GetCategory()
--local dcsgroup=coalition.addGroup(countryID, categoryID, Template)