Fixed Chest Error, and Fixed Unban TL Translation

This commit is contained in:
Driftay
2020-01-03 05:04:12 -05:00
parent 8f2e58733d
commit 98b40d325a
3 changed files with 14 additions and 28 deletions

View File

@@ -48,7 +48,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.toString(), context.faction.getTag(target));
target.msg(TL.COMMAND_UNBAN_TARGET, context.faction.getTag(target));
}
@Override