mlm plugin: default to enabled once again

This commit is contained in:
Adam
2018-01-30 10:42:01 -05:00
parent 8a4fc564c2
commit 9505da573d

View File

@@ -42,7 +42,7 @@ public interface MotherlodeConfig extends Config
)
default boolean enabled()
{
return false;
return true;
}
@ConfigItem(