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

@ -151,6 +151,7 @@ public class FormulaManager {
* Save formula file.
*/
public void saveFormula() {
mcMMO.p.debug("Saving previous XP formula type...");
YamlConfiguration formulasFile = new YamlConfiguration();
formulasFile.set("Previous_Formula", previousFormula.toString());