mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-17 09:42:33 +08:00
and misc bug fixes
This commit is contained in:
@@ -23,7 +23,7 @@ public class PacketPersonalLineAllDataRsp extends BasePacket {
|
||||
.map(GameMainQuest::getChildQuests)
|
||||
.map(Map::values)
|
||||
.flatMap(Collection::stream)
|
||||
.map(GameQuest::getQuestId)
|
||||
.map(GameQuest::getSubQuestId)
|
||||
.collect(Collectors.toSet());
|
||||
|
||||
GameData.getPersonalLineDataMap().values().stream()
|
||||
|
||||
Reference in New Issue
Block a user