mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-09-19 02:57:53 +02:00
Reduced the amount of info messages in the console when enabling/disabling
This commit is contained in:
@@ -133,7 +133,7 @@ public class mcMMO extends JavaPlugin {
|
||||
UserManager.addUser(player); // In case of reload add all users back into UserManager
|
||||
}
|
||||
|
||||
getLogger().info("Version " + getDescription().getVersion() + " is enabled!");
|
||||
debug("Version " + getDescription().getVersion() + " is enabled!");
|
||||
|
||||
scheduleTasks();
|
||||
registerCommands();
|
||||
@@ -198,7 +198,7 @@ public class mcMMO extends JavaPlugin {
|
||||
}
|
||||
}
|
||||
|
||||
getLogger().info("Was disabled."); // How informative!
|
||||
debug("Was disabled."); // How informative!
|
||||
}
|
||||
|
||||
public static String getMainDirectory() {
|
||||
|
Reference in New Issue
Block a user