#ZONE added ZONE_BASE:FindNearestCoordinateOnRadius()

This commit is contained in:
Applevangelist
2025-07-25 19:05:01 +02:00
parent 7d3fc1740a
commit 23ff128ac8
2 changed files with 14 additions and 1 deletions

View File

@@ -175,7 +175,7 @@ function SCHEDULEDISPATCHER:AddSchedule( Scheduler, ScheduleFunction, ScheduleAr
local Name = Info.name or "?"
local ErrorHandler = function( errmsg )
env.info( "Error in timer function: " .. errmsg )
env.info( "Error in timer function: " .. errmsg or "" )
if BASE.Debug ~= nil then
env.info( BASE.Debug.traceback() )
end