mirror of
https://github.com/Xiao-MoMi/Custom-Crops.git
synced 2025-12-28 11:29:19 +00:00
fix possible NPE from plant action
This commit is contained in:
@@ -237,7 +237,7 @@ public class BukkitConfigManager extends ConfigManager {
|
||||
save = true;
|
||||
}
|
||||
} catch (Exception e) {
|
||||
plugin.getPluginLogger().warn("Error occurs during parsing configs", e);
|
||||
plugin.getPluginLogger().warn("Error occurs during parsing config section " + entry.getKey() + " in file " + subFile.toPath(), e);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user