Debug setting saves to config now.

This commit is contained in:
Jeremy Wood 2012-08-13 13:52:25 -04:00
parent 29d97274fe
commit 807c8d0f2c
1 changed files with 1 additions and 1 deletions

View File

@ -48,8 +48,8 @@ public class DebugCommand extends MultiverseCommand {
sender.sendMessage(ChatColor.RED + "Error" + ChatColor.WHITE
+ " setting debug level. Please use a number 0-3 " + ChatColor.AQUA + "(3 being many many messages!)");
}
}
plugin.saveMVConfigs();
}
this.displayDebugMode(sender);
}