|
@@ -384,7 +384,8 @@ public class mcMMO extends JavaPlugin {
|
|
UserManager.saveAll(); // Make sure to save player information if the server shuts down
|
|
UserManager.saveAll(); // Make sure to save player information if the server shuts down
|
|
UserManager.clearAll();
|
|
UserManager.clearAll();
|
|
Alchemy.finishAllBrews(); // Finish all partially complete AlchemyBrewTasks to prevent vanilla brewing continuation on restart
|
|
Alchemy.finishAllBrews(); // Finish all partially complete AlchemyBrewTasks to prevent vanilla brewing continuation on restart
|
|
- getPartyManager().saveParties(); // Save our parties
|
|
|
|
|
|
+ if(partyConfig.isPartyEnabled())
|
|
|
|
+ getPartyManager().saveParties(); // Save our parties
|
|
|
|
|
|
//TODO: Needed?
|
|
//TODO: Needed?
|
|
if(generalConfig.getScoreboardsEnabled())
|
|
if(generalConfig.getScoreboardsEnabled())
|