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;