Partially fix Chasing Shadows (#2159)

* Partially fix Chasing Shadows

* Go ahead and move it before the return before Magix tells me to.
This commit is contained in:
Nazrin
2023-05-20 08:42:26 -07:00
committed by GitHub
Unverified
parent 9b83ea9072
commit 4e8726d29e
3 changed files with 7 additions and 2 deletions
@@ -173,6 +173,7 @@ public class GameQuest {
finishTime = 0;
acceptTime = 0;
startTime = 0;
this.getOwner().getPlayerProgress().resetCurrentProgress(this.subQuestId);
if (oldState == QuestState.QUEST_STATE_UNSTARTED) {
return false;
}