made config settings effective for hovering over lava/waterfall action info

This commit is contained in:
Louis Hong
2024-11-09 02:40:32 -08:00
parent 914113b1fb
commit 47842501b7

View File

@@ -167,7 +167,8 @@ public class FoundryOverlay3D extends Overlay
{
drawHeatChangers(graphics);
}
else
// mouse hover over preview
else if (config.drawLavaWaterInfoOverlay())
{
MenuEntry[] menuEntries = client.getMenuEntries();
if (menuEntries.length != 0)