Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
ziqian zhang
Grasscutter
Commits
8bdcfb89
Commit
8bdcfb89
authored
Jul 26, 2022
by
akatatsu27
Browse files
token fix
parent
92aeb79a
Changes
1
Show whitespace changes
Inline
Side-by-side
src/main/java/emu/grasscutter/game/quest/GameMainQuest.java
View file @
8bdcfb89
...
...
@@ -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
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment