无尽修改
parent
1215fdafdc
commit
75dec9d9b8
|
@ -88,6 +88,7 @@ public class HandlerLogicThread extends Thread{
|
||||||
|
|
||||||
whiteMsg.add(MessageTypeProto.MessageType.ADVENTURE_BOSSHURT_REQEUST_VALUE);
|
whiteMsg.add(MessageTypeProto.MessageType.ADVENTURE_BOSSHURT_REQEUST_VALUE);
|
||||||
whiteMsg.add(MessageTypeProto.MessageType.USER_FORCE_CHANGE_REQUEST_VALUE);
|
whiteMsg.add(MessageTypeProto.MessageType.USER_FORCE_CHANGE_REQUEST_VALUE);
|
||||||
|
whiteMsg.add(MessageTypeProto.MessageType.ENDLESS_SET_SKIPFIGHT_REQUEST_VALUE);
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -249,6 +249,7 @@ public class MapLogic {
|
||||||
mapEnterResponse.addRefreshInfo(info);
|
mapEnterResponse.addRefreshInfo(info);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
mapEnterResponse.setSkipFight(endlessMapInfo.getSkipFight());
|
||||||
}
|
}
|
||||||
List<CommonProto.Cell> cells = new ArrayList<>(mapManager.getMapInfo().size());
|
List<CommonProto.Cell> cells = new ArrayList<>(mapManager.getMapInfo().size());
|
||||||
for (Map.Entry<Integer, Cell> entry : mapManager.getMapInfo().entrySet()) {
|
for (Map.Entry<Integer, Cell> entry : mapManager.getMapInfo().entrySet()) {
|
||||||
|
|
Loading…
Reference in New Issue