[MIRROR] Fixes a bug with pAI leashing [MDB IGNORE] (#22782)

Fixes a bug with pAI leashing

Co-authored-by: Bloop <13398309+vinylspiders@users.noreply.github.com>
This commit is contained in:
SkyratBot
2023-07-30 20:44:05 -04:00
committed by nevimer
co-authored by Bloop
parent f657926df7
commit cfc5287e85
+1
View File
@@ -138,6 +138,7 @@
if (!movable_parent.Move(to_move))
force_teleport_back("bad path step")
performing_path_move = FALSE
return
if (get_dist(parent, owner) > distance)