9
0
mirror of https://github.com/Xiao-MoMi/Custom-Crops.git synced 2025-12-22 00:19:24 +00:00
This commit is contained in:
Xiao-MoMi
2022-10-06 15:59:34 +08:00
parent 680c1119a8
commit ea707be872
10 changed files with 103 additions and 31 deletions

View File

@@ -121,6 +121,8 @@ public class CropManager extends Function {
else seasonInterface = new InternalSeason();
}
seasonInterface.load();
//load Worlds
for (World world : Bukkit.getWorlds()) {
onWorldLoad(world);