mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-06-13 01:53:46 +08:00
fix some region errors
This commit is contained in:
@@ -18,8 +18,9 @@ public class PacketGroupSuiteNotify extends BasePacket {
|
||||
|
||||
var proto = GroupSuiteNotifyOuterClass.GroupSuiteNotify.newBuilder();
|
||||
|
||||
npcBornEntries.forEach(x ->
|
||||
x.getSuiteIdList().forEach(y ->
|
||||
npcBornEntries.stream()
|
||||
.filter(x -> x.getGroupId() > 0 && x.getSuiteIdList() != null)
|
||||
.forEach(x -> x.getSuiteIdList().forEach(y ->
|
||||
proto.putGroupMap(x.getGroupId(), y)
|
||||
));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user