无尽副本位置弹回
parent
4f3c4fc8fb
commit
161bc6fa52
|
@ -576,6 +576,7 @@ public class MapLogic {
|
|||
}
|
||||
}
|
||||
mapManager.setCurXY(curXY);
|
||||
mapManager.updateEndlessLocation(curXY);
|
||||
mapManager.updateFoodBufferByStep(cells.size());
|
||||
}
|
||||
MapInfoProto.MapUpdateResponse mapUpdateResponse = MapInfoProto.MapUpdateResponse.newBuilder()
|
||||
|
@ -668,6 +669,7 @@ public class MapLogic {
|
|||
mapManager.setTriggerXY(triggerXY);
|
||||
mapManager.addWalkCells(new HashSet<>(cells));
|
||||
mapManager.setCurXY(curXY);
|
||||
mapManager.updateEndlessLocation(curXY);
|
||||
MapInfoProto.MapUpdateResponse.Builder mapUpdateResponse = MapInfoProto.MapUpdateResponse.newBuilder();
|
||||
mapUpdateResponse.setLeftTime(getLeftTime(user, true));
|
||||
mapUpdateResponse.setEventId(cell.getEventId());
|
||||
|
|
Loading…
Reference in New Issue