Fixed a Bunch of Misc stuff & Made config.yml CLEAN

This commit is contained in:
Driftay
2019-10-01 12:18:44 -04:00
parent 10f06baadc
commit a057a235b8
7 changed files with 208 additions and 200 deletions

View File

@@ -44,7 +44,7 @@ public class CmdUnban extends FCommand {
context.faction.unban(target);
context.msg(TL.COMMAND_UNBAN_UNBANNED, context.fPlayer.getName(), target.getName());
target.msg(TL.COMMAND_UNBAN_TARGET, context.faction.getTag(target));
target.msg(TL.COMMAND_UNBAN_TARGET.toString(), context.faction.getTag(target));
}
@Override