Add back support for older EssentialsChat versions

also reword leader command's "you must be leader" error message
This commit is contained in:
Brettflan
2012-02-07 15:31:35 -06:00
parent 296c783627
commit fbbf0a12af
3 changed files with 5 additions and 6 deletions

View File

@ -47,7 +47,7 @@ public class CmdLeader extends FCommand
// Follow the standard rules
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>You must be leader of the faction to %s.", this.getHelpShort()));
return;
}