无尽修改坐标

back_recharge
lvxinran 2020-10-29 12:01:44 +08:00
parent 19069e4586
commit edc1b58d5e
1 changed files with 0 additions and 1 deletions

View File

@ -670,7 +670,6 @@ public class MapLogic {
mapManager.addWalkCells(new HashSet<>(cells)); mapManager.addWalkCells(new HashSet<>(cells));
mapManager.setCurXY(curXY); mapManager.setCurXY(curXY);
getMap(user).updateLocation(user,curXY); getMap(user).updateLocation(user,curXY);
mapManager.updateEndlessLocation(curXY);
MapInfoProto.MapUpdateResponse.Builder mapUpdateResponse = MapInfoProto.MapUpdateResponse.newBuilder(); MapInfoProto.MapUpdateResponse.Builder mapUpdateResponse = MapInfoProto.MapUpdateResponse.newBuilder();
mapUpdateResponse.setLeftTime(getLeftTime(user, true)); mapUpdateResponse.setLeftTime(getLeftTime(user, true));
mapUpdateResponse.setEventId(cell.getEventId()); mapUpdateResponse.setEventId(cell.getEventId());