From 0f90f2dbbb2d4944134bb861f304674b1b99d42d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20=C3=98rnlo?= Date: Mon, 14 May 2018 12:20:23 +0200 Subject: [PATCH] Motherlode Mine - Region check on plugin startup --- .../client/plugins/motherlode/MotherlodePlugin.java | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/motherlode/MotherlodePlugin.java b/runelite-client/src/main/java/net/runelite/client/plugins/motherlode/MotherlodePlugin.java index b0ea9b65ff..0307e21bb8 100644 --- a/runelite-client/src/main/java/net/runelite/client/plugins/motherlode/MotherlodePlugin.java +++ b/runelite-client/src/main/java/net/runelite/client/plugins/motherlode/MotherlodePlugin.java @@ -137,6 +137,12 @@ public class MotherlodePlugin extends Plugin return Arrays.asList(overlay, rocksOverlay, motherlodeSackOverlay, motherlodeGemOverlay); } + @Override + protected void startUp() + { + inMlm = checkInMlm(); + } + @Override protected void shutDown() throws Exception {