Merge branch 'develop-2' into develop

This commit is contained in:
Applevangelist
2023-01-01 11:48:11 +01:00
6 changed files with 77 additions and 42 deletions

View File

@@ -6336,6 +6336,12 @@ function OPSGROUP:onafterPassingWaypoint(From, Event, To, Waypoint)
self:T(self.lid..text)
end
-- Set expected speed.
local wpnext=self:GetWaypointNext()
if wpnext then
self.speedWp=wpnext.speed
end
end