In fact ... no =s

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

View File

@ -185,8 +185,6 @@ public class SimplyCommands implements CommandExecutor {
manager.run();
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();
}