Add more debug messages in onDisable()

So that we can track down why the disable proces slows down
This commit is contained in:
TfT_02
2014-01-18 16:58:49 +01:00
parent 383b048fef
commit b460f7a564
6 changed files with 9 additions and 1 deletions

View File

@ -57,6 +57,7 @@ public final class UserManager {
* Save all users.
*/
public static void saveAll() {
mcMMO.p.debug("Saving mcMMOPlayers... (" + players.size() + ")");
for (McMMOPlayer mcMMOPlayer : players.values()) {
mcMMOPlayer.getProfile().save();
}