Преглед на файлове

BETA: Cleanup after [5855]

malyelfik преди 12 години
родител
ревизия
6937ba1fcc
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      L2J_Server_BETA/java/com/l2jserver/gameserver/instancemanager/WalkingManager.java

+ 0 - 1
L2J_Server_BETA/java/com/l2jserver/gameserver/instancemanager/WalkingManager.java

@@ -413,7 +413,6 @@ public class WalkingManager extends DocumentParser
 					
 					if (!npc.isInsideRadius(node.getMoveX(), node.getMoveY(), node.getMoveZ(), 3000, true, false))
 					{
-						_log.info(routeName + " " + npc.getNpcId());
 						npc.sendDebugMessage("Route " + routeName + ", NPC is too far from starting point, walking will no start");
 						return;
 					}