made config settings effective for hovering over lava/waterfall action info
This commit is contained in:
@@ -167,7 +167,8 @@ public class FoundryOverlay3D extends Overlay
|
|||||||
{
|
{
|
||||||
drawHeatChangers(graphics);
|
drawHeatChangers(graphics);
|
||||||
}
|
}
|
||||||
else
|
// mouse hover over preview
|
||||||
|
else if (config.drawLavaWaterInfoOverlay())
|
||||||
{
|
{
|
||||||
MenuEntry[] menuEntries = client.getMenuEntries();
|
MenuEntry[] menuEntries = client.getMenuEntries();
|
||||||
if (menuEntries.length != 0)
|
if (menuEntries.length != 0)
|
||||||
|
|||||||
Reference in New Issue
Block a user