Try again

This commit is contained in:
Brettflan 2012-02-07 15:23:19 -06:00
parent 589e4417c7
commit 296c783627

View File

@ -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("<b>Only faction leaders can %s.", this.getHelpShort()));
return;