forked from liza/Questionable
Fix possible confusion around flight when moving
This commit is contained in:
parent
66d46b8712
commit
e5507b8986
@ -94,7 +94,7 @@ internal static class Move
|
||||
.With(Destination, m =>
|
||||
{
|
||||
m.NavigateTo(EMovementType.Quest, Step.DataId, Destination,
|
||||
fly: Step.Fly == true && gameFunctions.IsFlyingUnlockedInCurrentZone(),
|
||||
fly: Step.Fly == true && gameFunctions.IsFlyingUnlocked(Step.TerritoryId),
|
||||
sprint: Step.Sprint != false,
|
||||
stopDistance: distance);
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user