Motherlode Mine - Region check on plugin startup

This commit is contained in:
Lars Ørnlo
2018-05-14 12:20:23 +02:00
parent 7587ad91a2
commit 0f90f2dbbb

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
{