mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-02-09 13:32:54 +08:00
Remove manual autofinish for main quests. (#2162)
This commit is contained in:
parent
4ca172bf42
commit
a48bc24aae
@ -182,9 +182,9 @@ public class GameMainQuest {
|
|||||||
* of the main quest 353 - the character will not be able to leave place
|
* of the main quest 353 - the character will not be able to leave place
|
||||||
* (return again and again)
|
* (return again and again)
|
||||||
*/
|
*/
|
||||||
this.getChildQuests().values().stream()
|
// this.getChildQuests().values().stream()
|
||||||
.filter(p -> p.state != QuestState.QUEST_STATE_FINISHED)
|
// .filter(p -> p.state != QuestState.QUEST_STATE_FINISHED)
|
||||||
.forEach(GameQuest::finish);
|
// .forEach(GameQuest::finish);
|
||||||
|
|
||||||
this.getOwner().getSession().send(new PacketFinishedParentQuestUpdateNotify(this));
|
this.getOwner().getSession().send(new PacketFinishedParentQuestUpdateNotify(this));
|
||||||
this.getOwner().getSession().send(new PacketCodexDataUpdateNotify(this));
|
this.getOwner().getSession().send(new PacketCodexDataUpdateNotify(this));
|
||||||
|
Loading…
Reference in New Issue
Block a user