This commit is contained in:
FullGas1 2025-03-29 22:16:48 +01:00
parent d8db662dc5
commit aef146a6d8

View File

@ -8193,7 +8193,7 @@ function ctld.eventHandler:onEvent(event)
end
local function processHumanPlayer()
ctld.logTrace("in the 'processHumanPlayer' function")
ctld.logTrace("in the 'processHumanPlayer' function processHumanPlayer()- unitName = %s", unitName)
if mist.DBs.humansByName[unitName] then -- it's a human unit
ctld.logDebug("caught event %s for human unit [%s]", ctld.p(eventName), ctld.p(unitName))
local _unit = Unit.getByName(unitName)