Merge pull request #1445 from jerwuqu/issue-1385

Fix worldToMiniMap for locations outside of range - fixes #1385
This commit is contained in:
Adam
2018-04-12 20:15:51 -04:00
committed by GitHub

View File

@@ -221,7 +221,7 @@ public class Perspective
return new Point(x, y);
}
return new Point(-1, -1);
return null;
}
/**