mirror of
https://github.com/Xiao-MoMi/Custom-Crops.git
synced 2025-12-21 16:09:21 +00:00
2.0.2
This commit is contained in:
@@ -227,7 +227,7 @@ public class CropManager extends Function {
|
||||
public void onWorldLoad(World world) {
|
||||
CustomWorld cw = customWorlds.get(world);
|
||||
if (cw != null) return;
|
||||
if (MainConfig.getWorldsList().contains(world)) {
|
||||
if (MainConfig.getWorldNameList().contains(world.getName())) {
|
||||
CustomWorld customWorld = new CustomWorld(world, this);
|
||||
customWorlds.put(world, customWorld);
|
||||
if (MainConfig.autoGrow && MainConfig.enableCompensation) {
|
||||
|
||||
Reference in New Issue
Block a user