注释log
parent
1f37783914
commit
bb6c70c8f5
|
@ -230,7 +230,7 @@ public class MapLogic {
|
||||||
|
|
||||||
|
|
||||||
public void updateMap(ISession session, int curXY, int triggerXY, List<Integer> cells, MessageTypeProto.MessageType messageType) throws Exception {
|
public void updateMap(ISession session, int curXY, int triggerXY, List<Integer> cells, MessageTypeProto.MessageType messageType) throws Exception {
|
||||||
LOGGER.info("updateMap() curXY=>{},triggerXY=>{}", curXY, triggerXY);
|
// LOGGER.info("updateMap() curXY=>{},triggerXY=>{}", curXY, triggerXY);
|
||||||
if (triggerXY != curXY) {
|
if (triggerXY != curXY) {
|
||||||
boolean isConnect = CellUtil.checkIsNextCell(curXY, triggerXY);
|
boolean isConnect = CellUtil.checkIsNextCell(curXY, triggerXY);
|
||||||
if (!isConnect) {
|
if (!isConnect) {
|
||||||
|
|
Loading…
Reference in New Issue