删除无关注释

back_recharge
lvxinran 2019-07-11 10:36:04 +08:00
parent 9b051399b6
commit 628ff1a05c
1 changed files with 3 additions and 5 deletions

View File

@ -2123,9 +2123,9 @@ public class MapLogic {
int[][] bossType = config.getRandomBossType(); int[][] bossType = config.getRandomBossType();
type = MathUtils.randomFromWeight(bossType); type = MathUtils.randomFromWeight(bossType);
if(mapManager.getTower()%5!=0){ // if(mapManager.getTower()%5!=0){
type = 3; // type = 3;
} // }
LOGGER.info("trigger!!!!!!!!!!!!!!!!!-------->{},{}",CellUtil.pos2XY(mapManager.getCurXY())[0],CellUtil.pos2XY(mapManager.getCurXY())[1]); LOGGER.info("trigger!!!!!!!!!!!!!!!!!-------->{},{}",CellUtil.pos2XY(mapManager.getCurXY())[0],CellUtil.pos2XY(mapManager.getCurXY())[1]);
int[][][] pointId = config.getRandomMapPointId(); int[][][] pointId = config.getRandomMapPointId();
int mapId = config.getMapId(); int mapId = config.getMapId();
@ -2461,8 +2461,6 @@ public class MapLogic {
int rank = 1; int rank = 1;
while (iterator.hasNext()){ while (iterator.hasNext()){
ZSetOperations.TypedTuple<String> next = iterator.next(); ZSetOperations.TypedTuple<String> next = iterator.next();
LOGGER.info("用户为:{},分数为{}",next.getValue() , next.getScore());
int data = next.getScore().intValue(); int data = next.getScore().intValue();
int tower = TowerRankUtil.getTowerAndTime(data)[0]; int tower = TowerRankUtil.getTowerAndTime(data)[0];
int time = TowerRankUtil.getTowerAndTime(data)[1]; int time = TowerRankUtil.getTowerAndTime(data)[1];