mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2026-08-01 14:39:13 -06:00
fix for !2369
This commit is contained in:
parent
d33f019273
commit
88bbc55c3e
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ class RestlessGhostListeners : InteractionListener {
|
|||
|
||||
if (!isQuestComplete(player, Quests.THE_RESTLESS_GHOST)) {
|
||||
//is this from the center of the scenery/node object?
|
||||
val ghostExists = RegionManager.getLocalNpcs(node.centerLocation).find { it.id == NPCs.RESTLESS_GHOST_457 }
|
||||
val ghostExists = RegionManager.getLocalNPCs(node.centerLocation).find { it.id == NPCs.RESTLESS_GHOST_457 }
|
||||
|
||||
//not within rendering distance or doesn't exist at all
|
||||
if (ghostExists == null) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue