Motherlode Mine - Region check on plugin startup
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user