mlm plugin: default to enabled once again
This commit is contained in:
@@ -42,7 +42,7 @@ public interface MotherlodeConfig extends Config
|
||||
)
|
||||
default boolean enabled()
|
||||
{
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
@ConfigItem(
|
||||
|
||||
Reference in New Issue
Block a user