mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-28 03:34:43 +02:00
Add more debug messages in onDisable()
So that we can track down why the disable proces slows down
This commit is contained in:
@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user