Increase timeout for smelting overlay to handle cannonballs (#9448)
This commit is contained in:
@@ -46,7 +46,7 @@ import net.runelite.client.ui.overlay.components.TitleComponent;
|
||||
|
||||
class SmeltingOverlay extends Overlay
|
||||
{
|
||||
private static final int SMELT_TIMEOUT = 5;
|
||||
private static final int SMELT_TIMEOUT = 7;
|
||||
|
||||
private final Client client;
|
||||
private final SmeltingPlugin plugin;
|
||||
|
||||
Reference in New Issue
Block a user