Small additions

This commit is contained in:
Applevangelist
2024-12-26 17:16:32 +01:00
parent 43ab4d5f38
commit 6bee1cc88e
4 changed files with 133 additions and 3 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