mirror of
https://github.com/ciribob/DCS-CTLD.git
synced 2026-08-18 13:15:56 +00:00
debug
This commit is contained in:
@@ -8193,7 +8193,7 @@ function ctld.eventHandler:onEvent(event)
|
|||||||
end
|
end
|
||||||
|
|
||||||
local function processHumanPlayer()
|
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
|
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))
|
ctld.logDebug("caught event %s for human unit [%s]", ctld.p(eventName), ctld.p(unitName))
|
||||||
local _unit = Unit.getByName(unitName)
|
local _unit = Unit.getByName(unitName)
|
||||||
|
|||||||
Reference in New Issue
Block a user