Merge branch 'master' into develop

This commit is contained in:
kaltokri 2024-02-27 16:38:42 +01:00
commit 80bf992806

View File

@ -2173,7 +2173,7 @@ do -- Patrol methods
local Waypoint = Waypoints[#Waypoints]
PatrolGroup:SetTaskWaypoint( Waypoint, TaskRoute ) -- Set for the given Route at Waypoint 2 the TaskRouteToZone.
PatrolGroup:Route( Waypoints ) -- Move after a random seconds to the Route. See the Route method for details.
PatrolGroup:Route( Waypoints, 2 ) -- Move after a random seconds to the Route. See the Route method for details.
end
end