Clear hint arrow when switching 3 step NPCs
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
This commit is contained in:
@@ -242,6 +242,12 @@ public class ClueScrollPlugin extends Plugin
|
|||||||
{
|
{
|
||||||
worldMapPointsSet = false;
|
worldMapPointsSet = false;
|
||||||
npcsToMark.clear();
|
npcsToMark.clear();
|
||||||
|
|
||||||
|
if (config.displayHintArrows())
|
||||||
|
{
|
||||||
|
client.clearHintArrow();
|
||||||
|
}
|
||||||
|
|
||||||
checkClueNPCs(clue, client.getCachedNPCs());
|
checkClueNPCs(clue, client.getCachedNPCs());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user