This commit is contained in:
Frank
2023-01-01 01:06:02 +01:00
parent 334af52ddf
commit d53f01232d
6 changed files with 76 additions and 34 deletions

View File

@@ -6334,6 +6334,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