mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-23 11:15:24 +01:00
Add addon version in enabling statement (#1541)
This is one of the missing information in log files. It would be useful to see the version on enabling status.
This commit is contained in:
parent
b8d5a76efb
commit
f25e4d9c8d
@ -221,7 +221,7 @@ public class AddonsManager {
|
||||
* @param addon addon
|
||||
*/
|
||||
private void enableAddon(Addon addon) {
|
||||
plugin.log("Enabling " + addon.getDescription().getName() + "...");
|
||||
plugin.log("Enabling " + addon.getDescription().getName() + " (" + addon.getDescription().getVersion() + ")...");
|
||||
try {
|
||||
// If this is a GameModeAddon create the worlds, register it and load the blueprints
|
||||
if (addon instanceof GameModeAddon) {
|
||||
|
Loading…
Reference in New Issue
Block a user