mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-02-09 05:22:59 +08:00
token fix
This commit is contained in:
parent
92aeb79ac3
commit
8bdcfb8908
@ -344,7 +344,7 @@ public class GameMainQuest {
|
||||
.setIsFinished(isFinished());
|
||||
|
||||
|
||||
proto.setParentQuestState(getState().getValue());
|
||||
proto.setParentQuestState(getState().getValue())
|
||||
.setCutsceneEncryptionKey(QuestManager.getQuestKey(parentQuestId));
|
||||
for (GameQuest quest : this.getChildQuests().values()) {
|
||||
if (quest.getState() != QuestState.QUEST_STATE_UNSTARTED) {
|
||||
|
Loading…
Reference in New Issue
Block a user