No compiletime errors anymore, how kewl. Let's test.

This commit is contained in:
Olof Larsson
2013-04-16 12:04:12 +02:00
parent 97a2ed1fd8
commit 4b9bdf0d94
26 changed files with 168 additions and 517 deletions

View File

@@ -47,7 +47,7 @@ public class CmdFactionsLeader extends FCommand
// Follow the standard rules
if (fme.getRole() != Rel.LEADER || targetFaction != myFaction)
{
sender.sendMessage(Txt.parse("<b>You must be leader of the faction to %s.", this.getHelpShort()));
sender.sendMessage(Txt.parse("<b>You must be leader of the faction to %s.", this.getDesc()));
return;
}