Fix worldToMiniMap for locations outside of range - fixes #1385
This commit is contained in:
@@ -221,7 +221,7 @@ public class Perspective
|
||||
return new Point(x, y);
|
||||
}
|
||||
|
||||
return new Point(-1, -1);
|
||||
return null;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user