无尽修改

back_recharge
lvxinran 2019-09-05 20:26:26 +08:00
parent 1215fdafdc
commit 75dec9d9b8
2 changed files with 2 additions and 0 deletions

View File

@ -88,6 +88,7 @@ public class HandlerLogicThread extends Thread{
whiteMsg.add(MessageTypeProto.MessageType.ADVENTURE_BOSSHURT_REQEUST_VALUE);
whiteMsg.add(MessageTypeProto.MessageType.USER_FORCE_CHANGE_REQUEST_VALUE);
whiteMsg.add(MessageTypeProto.MessageType.ENDLESS_SET_SKIPFIGHT_REQUEST_VALUE);
}

View File

@ -249,6 +249,7 @@ public class MapLogic {
mapEnterResponse.addRefreshInfo(info);
}
}
mapEnterResponse.setSkipFight(endlessMapInfo.getSkipFight());
}
List<CommonProto.Cell> cells = new ArrayList<>(mapManager.getMapInfo().size());
for (Map.Entry<Integer, Cell> entry : mapManager.getMapInfo().entrySet()) {