Save everything when someone stops creating something.

This commit is contained in:
graywolf336 2015-01-26 01:24:32 -06:00
parent 6653ccfb79
commit 727ff30d8b

View File

@ -33,6 +33,8 @@ public class JailStopCommand implements Command {
if(nothing) {
sender.sendMessage(ChatColor.RED + "You've stopped creating....nothing.");
}else {
jm.getPlugin().getJailIO().saveEverything();
}
return true;