Merge pull request #2711 from ypperlig/mlmstartupfix

Motherlode Mine - Region check on plugin startup
This commit is contained in:
Adam
2018-05-14 08:22:14 -04:00
committed by GitHub

View File

@@ -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
{