Increase timeout for smelting overlay to handle cannonballs (#9448)

This commit is contained in:
dekvall
2019-07-27 18:28:58 +02:00
committed by Tomas Slusny
parent 965682df6f
commit 03674945d5

View File

@@ -46,7 +46,7 @@ import net.runelite.client.ui.overlay.components.TitleComponent;
class SmeltingOverlay extends Overlay class SmeltingOverlay extends Overlay
{ {
private static final int SMELT_TIMEOUT = 5; private static final int SMELT_TIMEOUT = 7;
private final Client client; private final Client client;
private final SmeltingPlugin plugin; private final SmeltingPlugin plugin;