- More cleanup

OPSGROUP
- Fixed group init (masterunit)
This commit is contained in:
Frank
2024-03-31 23:33:37 +02:00
parent ef8c71d27c
commit a5632ec3a4
4 changed files with 192 additions and 103 deletions

View File

@@ -597,7 +597,7 @@ function OPSGROUP:New(group)
if units then
local masterunit=units[1] --Wrapper.Unit#UNIT
if unit then
if masterunit then
-- Get Descriptors.
self.descriptors=masterunit:GetDesc()