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

@ -526,6 +526,7 @@ public final class PartyManager {
YamlConfiguration partiesFile = new YamlConfiguration();
mcMMO.p.debug("Saving Parties... (" + parties.size() + ")");
for (Party party : parties) {
String partyName = party.getName();