Push the fix

This commit is contained in:
ceikry 2023-07-30 14:12:50 -05:00 committed by Ceikry
parent 958ee561e5
commit 9b163cea32

View file

@ -182,6 +182,9 @@ public abstract class MovementPulse extends Pulse {
this.pathfinder = pathfinder;
}
this.forceRun = forceRun;
if (destination instanceof NPC || destination instanceof Player)
destinationFlag = DestinationFlag.ENTITY;
}
@Override