From b92be6d2a9c0f1952ac0d9ef4b3a4a56bb8fd500 Mon Sep 17 00:00:00 2001 From: Xefir Date: Tue, 15 May 2012 09:04:44 +0200 Subject: [PATCH] Totally usefull, perms is applied on the fly --- src/net/crystalyx/bukkit/simplyperms/SimplyCommands.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/net/crystalyx/bukkit/simplyperms/SimplyCommands.java b/src/net/crystalyx/bukkit/simplyperms/SimplyCommands.java index ec5a603..f8bb6a2 100755 --- a/src/net/crystalyx/bukkit/simplyperms/SimplyCommands.java +++ b/src/net/crystalyx/bukkit/simplyperms/SimplyCommands.java @@ -183,7 +183,6 @@ public class SimplyCommands implements CommandExecutor { try { manager.run(); - plugin.refreshPermissions(); sender.sendMessage(ChatColor.GREEN + "Operation success !"); } catch (Exception e) { plugin.reloadConfig();