mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
Fixed NPCs pathing around safespots when standing adjacent to the safespot
This commit is contained in:
parent
45c21767d5
commit
ddb9b6f0b0
1 changed files with 1 additions and 1 deletions
|
|
@ -468,7 +468,7 @@ class CombatPulse(
|
|||
}
|
||||
|
||||
init {
|
||||
movement = object : MovementPulse(entity, null, DestinationFlag.ENTITY) {
|
||||
movement = object : MovementPulse(entity, null) {
|
||||
override fun pulse(): Boolean {
|
||||
return false
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue