Sync with L2JServer Jan 28th 2015.
This commit is contained in:
@ -95,7 +95,7 @@ public final class GeoUtils
|
||||
|
||||
private static Color getDirectionColor(int x, int y, int z, int nswe)
|
||||
{
|
||||
if (GeoData.getInstance().checkNearestNswe(x, y, z, nswe, 100))
|
||||
if (GeoData.getInstance().checkNearestNswe(x, y, z, nswe))
|
||||
{
|
||||
return Color.GREEN;
|
||||
}
|
||||
|
Reference in New Issue
Block a user