1
0
mirror of https://e.coding.net/circlecloud/Residence.git synced 2025-11-26 22:06:07 +00:00

fix PermissionManager error...

Signed-off-by: j502647092 <jtb1@163.com>
This commit is contained in:
j502647092
2015-09-24 23:42:28 +08:00
parent 75f7cb4be8
commit 2efa4a4248
9 changed files with 125 additions and 197 deletions

View File

@@ -34,7 +34,6 @@ public class CommandSelect extends BaseCommand {
@Override
public void execute(final CommandSender sender, final Command command, final String label, final String[] args) throws CommandException {
final Player player = (Player) sender;
final boolean resadmin = (command != null);
final ResidenceManager rmanager = plugin.getResidenceManager();