From b6dedbd13a90ef66ffa66789468706e81c301b84 Mon Sep 17 00:00:00 2001 From: Xefir Date: Tue, 15 May 2012 09:05:44 +0200 Subject: [PATCH] But is required in case of fail --- src/net/crystalyx/bukkit/simplyperms/SimplyCommands.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/net/crystalyx/bukkit/simplyperms/SimplyCommands.java b/src/net/crystalyx/bukkit/simplyperms/SimplyCommands.java index f8bb6a2..7057d76 100755 --- a/src/net/crystalyx/bukkit/simplyperms/SimplyCommands.java +++ b/src/net/crystalyx/bukkit/simplyperms/SimplyCommands.java @@ -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(); }