This commit is contained in:
Applevangelist
2024-12-26 17:19:14 +01:00
parent 0e75f64217
commit b3ed0681a8
3 changed files with 122 additions and 1 deletions

View File

@@ -127,6 +127,7 @@ function UNIT:Register( UnitName )
local group = unit:getGroup()
if group then
self.GroupName=group:getName()
self.groupId = group:getID()
end
self.DCSUnit = unit
end