Skip to content

Commit

Permalink
Update Act_Route.lua
Browse files Browse the repository at this point in the history
- Fixed bug in ACT_GROUP:GetRouteText
  • Loading branch information
funkyfranky committed Apr 23, 2021
1 parent e6dde73 commit dc64b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Moose Development/Moose/Actions/Act_Route.lua
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ do -- ACT_ROUTE
self:F( { ZoneName = ZoneName } )
local Zone = Zone -- Core.Zone#ZONE
local ZoneCoord = Zone:GetCoordinate()
local ZoneDistance = ZoneCoord:Get2DDistance( self.Coordinate )
local ZoneDistance = ZoneCoord:Get2DDistance( Coordinate )
self:F( { ShortestDistance, ShortestReferenceName } )
if ShortestDistance == 0 or ZoneDistance < ShortestDistance then
ShortestDistance = ZoneDistance
Expand Down

0 comments on commit dc64b98

Please sign in to comment.