From 296c783627f21a550fdf2437db2d7b4dbee445d1 Mon Sep 17 00:00:00 2001 From: Brettflan Date: Tue, 7 Feb 2012 15:23:19 -0600 Subject: [PATCH] Try again --- src/com/massivecraft/factions/cmd/CmdLeader.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/massivecraft/factions/cmd/CmdLeader.java b/src/com/massivecraft/factions/cmd/CmdLeader.java index 96781315..7434416b 100644 --- a/src/com/massivecraft/factions/cmd/CmdLeader.java +++ b/src/com/massivecraft/factions/cmd/CmdLeader.java @@ -45,7 +45,7 @@ public class CmdLeader extends FCommand else { // Follow the standard rules - if (fme.getRole() != Rel.LEADER || fme.getFaction() != myFaction) + if (fme.getRole() != Rel.LEADER || targetFaction != myFaction) { sender.sendMessage(p.txt.parse("Only faction leaders can %s.", this.getHelpShort())); return;