mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-01-10 10:28:21 +01:00
Added error message info to Addon config save error
This commit is contained in:
parent
9ea672b8e7
commit
80285b71df
@ -209,7 +209,7 @@ public abstract class Addon {
|
|||||||
try {
|
try {
|
||||||
getConfig().save(new File(dataFolder, ADDON_CONFIG_FILENAME));
|
getConfig().save(new File(dataFolder, ADDON_CONFIG_FILENAME));
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
Bukkit.getLogger().severe("Could not save config!");
|
Bukkit.getLogger().severe("Could not save config! " + this.getDescription().getName() + " " + e.getMessage());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user