Skip to content

Commit

Permalink
Merge pull request runelite#2711 from ypperlig/mlmstartupfix
Browse files Browse the repository at this point in the history
Motherlode Mine - Region check on plugin startup
  • Loading branch information
Adam- authored May 14, 2018
2 parents b374c82 + 0f90f2d commit bdb2c5b
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,12 @@ public Collection<Overlay> getOverlays()
return Arrays.asList(overlay, rocksOverlay, motherlodeSackOverlay, motherlodeGemOverlay);
}

@Override
protected void startUp()
{
inMlm = checkInMlm();
}

@Override
protected void shutDown() throws Exception
{
Expand Down

0 comments on commit bdb2c5b

Please sign in to comment.