Update ScheduleDispatcher.lua

better fix
This commit is contained in:
Frank 2019-09-13 19:37:13 +02:00
parent 2d4a4fb2ca
commit d51fc5de8a

View File

@ -127,8 +127,8 @@ function SCHEDULEDISPATCHER:AddSchedule( Scheduler, ScheduleFunction, ScheduleAr
local CallID = Params.CallID
local Info = Params.Info
local Source = Info.source or "unknown source"
local Line = Info.currentline or -1
local Source = Info.source or "?"
local Line = Info.currentline or "?"
local Name = Info.name or "?"
local ErrorHandler = function( errmsg )