mirror of
https://gitlab.com/hoggit/developers/hoggit.git
synced 2026-07-21 00:35:36 +00:00
fix typo
This commit is contained in:
+1
-1
@@ -204,7 +204,7 @@ HOGGIT._deathHandler = function(event)
|
||||
local mGrp = mist.DBs.unitsByName[uName]
|
||||
if not mGrp then return end
|
||||
|
||||
local grp = mimGrp.groupName
|
||||
local grp = mGrp.groupName
|
||||
if grp then
|
||||
HOGGIT.debug_text("FOUND GROUP", 10)
|
||||
if HOGGIT.zombies[grp] then
|
||||
|
||||
Reference in New Issue
Block a user