Skip to content

Commit d1c5805

Browse files
fix-2732 (#2733)
1 parent cbc0cf7 commit d1c5805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Intersect.Client.Core/Entities/Player.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1888,7 +1888,7 @@ private void AutoTurnToTarget(Entity en)
18881888
return;
18891889
}
18901890

1891-
if (CanTurnAround)
1891+
if (!CanTurnAround)
18921892
{
18931893
return;
18941894
}

0 commit comments

Comments
 (0)