But is required in case of fail

This commit is contained in:
Michel Roux 2012-05-15 09:05:44 +02:00
parent b92be6d2a9
commit b6dedbd13a
1 changed files with 1 additions and 0 deletions

View File

@ -186,6 +186,7 @@ public class SimplyCommands implements CommandExecutor {
sender.sendMessage(ChatColor.GREEN + "Operation success !");
} catch (Exception e) {
plugin.reloadConfig();
plugin.refreshPermissions();
sender.sendMessage(ChatColor.RED + "An error occurred ! Please check server log...");
e.printStackTrace();
}