五星成长礼修改
parent
3721397aa0
commit
7d110d4220
|
@ -45,7 +45,7 @@ public class SimpleTransaction {
|
|||
combineMsgId.put(MessageTypeProto.MessageType.ALL_GIFTGOODS_INDICATION_VALUE, (MessageUtil.CombinePolicy< PlayerInfoProto.AllGiftGoodsIndication>) list -> {
|
||||
List<PlayerInfoProto.AllGiftGoodsIndication> combineList = new LinkedList<>();
|
||||
if(list.size()>0){
|
||||
combineList.add(list.get(0));
|
||||
combineList.add(list.get(list.size()-1));
|
||||
}
|
||||
return combineList;
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue