mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2026-02-20 10:43:12 +01:00
Add mcMMO_Region_System.Enabled to persistent_data.yml (removed from hidden config)
This commit is contained in:
@@ -34,4 +34,9 @@ public class PersistentDataConfig extends AutoUpdateConfigLoader {
|
||||
return config.getBoolean(key, false);
|
||||
}
|
||||
|
||||
public boolean useBlockTracker() {
|
||||
return config.getBoolean("mcMMO_Region_System.Enabled", true);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user