Fix raid scout overlay not rendering at bank

This commit is contained in:
Kamiel
2018-10-11 18:23:50 +02:00
parent b988fe5a81
commit ba7f1dae99

View File

@@ -63,7 +63,7 @@ public class RaidsOverlay extends Overlay
@Override @Override
public Dimension render(Graphics2D graphics) public Dimension render(Graphics2D graphics)
{ {
if (!config.scoutOverlay() || !scoutOverlayShown || client.getPlane() == OLM_PLANE) if (!config.scoutOverlay() || !scoutOverlayShown || plugin.isInRaidChambers() && client.getPlane() == OLM_PLANE)
{ {
return null; return null;
} }