mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2026-08-27 21:35:13 -06:00
Push the fix
This commit is contained in:
parent
958ee561e5
commit
9b163cea32
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue