Log if we fail to match clue text

This commit is contained in:
Nathen
2018-10-14 09:41:12 +01:00
parent 7c67445bf8
commit 2808b3d8b8

View File

@@ -477,6 +477,7 @@ public class ClueScrollPlugin extends Plugin
}
// We have unknown clue, reset
log.warn("Encountered unhandled clue text: {}", clueScrollText.getText());
resetClue(true);
return null;
}