Clear hint arrow when switching 3 step NPCs

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
This commit is contained in:
Tomas Slusny
2018-10-17 09:16:26 +02:00
parent f3b245cdf2
commit d5a0a0a90f

View File

@@ -242,6 +242,12 @@ public class ClueScrollPlugin extends Plugin
{
worldMapPointsSet = false;
npcsToMark.clear();
if (config.displayHintArrows())
{
client.clearHintArrow();
}
checkClueNPCs(clue, client.getCachedNPCs());
}
}