This commit is contained in:
FlightControl 2017-06-08 00:47:56 +02:00
parent f151e1e5f4
commit ce24d2b4a6

View File

@ -569,7 +569,7 @@ do -- FSM
return errmsg
end
if self[handler] then
self:T( "Calling " .. handler )
self:T2( "Calling " .. handler )
self._EventSchedules[EventName] = nil
local Result, Value = xpcall( function() return self[handler]( self, unpack( params ) ) end, ErrorHandler )
return Value