Diagonal movement GeoEngine.
This commit is contained in:
@@ -18,7 +18,6 @@ package com.l2jmobius.gameserver.instancemanager;
|
||||
|
||||
import java.util.concurrent.ConcurrentHashMap;
|
||||
|
||||
import com.l2jmobius.gameserver.geodata.pathfinding.AbstractNodeLoc;
|
||||
import com.l2jmobius.gameserver.model.Location;
|
||||
import com.l2jmobius.gameserver.model.actor.L2Character;
|
||||
import com.l2jmobius.gameserver.model.holders.WarpedSpaceHolder;
|
||||
@@ -52,11 +51,6 @@ public class WarpedSpaceManager
|
||||
_warpedSpace.remove(creature);
|
||||
}
|
||||
|
||||
public boolean checkForWarpedSpace(AbstractNodeLoc start, AbstractNodeLoc end, Instance instance)
|
||||
{
|
||||
return checkForWarpedSpace(new Location(start.getX(), start.getY(), start.getZ()), new Location(end.getX(), end.getY(), end.getZ()), instance);
|
||||
}
|
||||
|
||||
public boolean checkForWarpedSpace(Location origin, Location destination, Instance instance)
|
||||
{
|
||||
if (_warpedSpace != null)
|
||||
|
Reference in New Issue
Block a user