This commit is contained in:
LazyBoot 2022-12-17 03:33:40 +01:00
parent 41b2d609ee
commit 58cfd7eb4f
No known key found for this signature in database
GPG Key ID: 0BD81D01FA2A433F

View File

@ -204,7 +204,7 @@ HOGGIT._deathHandler = function(event)
local mGrp = mist.DBs.unitsByName[uName] local mGrp = mist.DBs.unitsByName[uName]
if not mGrp then return end if not mGrp then return end
local grp = mimGrp.groupName local grp = mGrp.groupName
if grp then if grp then
HOGGIT.debug_text("FOUND GROUP", 10) HOGGIT.debug_text("FOUND GROUP", 10)
if HOGGIT.zombies[grp] then if HOGGIT.zombies[grp] then