Merge pull request #6050 from deathbeam/also-clear-hint-arrow

Clear hint arrow when switching 3 step NPCs
This commit is contained in:
Tomas Slusny
2018-10-17 09:27:49 +02:00
committed by GitHub

View File

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