mirror of
https://github.com/MassiveCraft/Factions.git
synced 2024-10-31 07:39:54 +01:00
Try again
This commit is contained in:
parent
589e4417c7
commit
296c783627
@ -45,7 +45,7 @@ public class CmdLeader extends FCommand
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
// Follow the standard rules
|
// 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()));
|
sender.sendMessage(p.txt.parse("<b>Only faction leaders can %s.", this.getHelpShort()));
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user