Misc fixes

This commit is contained in:
hondacrx
2021-12-01 11:45:16 -05:00
parent a04e405383
commit 239b147aba
3 changed files with 7 additions and 7 deletions
@@ -168,7 +168,7 @@ namespace Game.Movement
if (owner.IsHovering())
owner.UpdateAllowedPositionZ(x, y, ref z);
bool success = _path.CalculatePath(x, y, z, cOwner.CanFly());
bool success = _path.CalculatePath(x, y, z, owner.CanFly());
if (!success || _path.GetPathType().HasAnyFlag(PathType.NoPath | PathType.Incomplete))
{
if (cOwner)