mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-06-07 00:04:35 +08:00
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:
committed by
GitHub
Unverified
parent
9b83ea9072
commit
4e8726d29e
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user