kourendlibrary: Fix NPE while loading
This commit is contained in:
@@ -102,6 +102,10 @@ public class KourendLibraryOverlay extends Overlay
|
|||||||
}
|
}
|
||||||
|
|
||||||
LocalPoint localBookcase = LocalPoint.fromWorld(client, caseLoc);
|
LocalPoint localBookcase = LocalPoint.fromWorld(client, caseLoc);
|
||||||
|
if (localBookcase == null)
|
||||||
|
{
|
||||||
|
continue;
|
||||||
|
}
|
||||||
Point screenBookcase = Perspective.worldToCanvas(client, localBookcase.getX(), localBookcase.getY(), caseLoc.getPlane(), 25);
|
Point screenBookcase = Perspective.worldToCanvas(client, localBookcase.getX(), localBookcase.getY(), caseLoc.getPlane(), 25);
|
||||||
|
|
||||||
if (screenBookcase != null)
|
if (screenBookcase != null)
|
||||||
|
|||||||
Reference in New Issue
Block a user