Add TL for commands. Resolves #162. Supercedes #97.

This commit is contained in:
korikisulda
2014-12-07 23:12:52 +00:00
committed by drtshock
parent bd8f572cbf
commit 1230803cfb
64 changed files with 864 additions and 318 deletions

View File

@@ -21,6 +21,7 @@ public class CmdPermanentPower extends FCommand {
senderMustBeAdmin = false;
}
//TODO: TL
@Override
public void perform() {
Faction targetFaction = this.argAsFaction(0);