Added TL Fixture for Drain Description

This commit is contained in:
Driftay 2019-12-22 18:24:50 -05:00
parent 4e11234a08
commit 897fdbf83a
2 changed files with 3 additions and 1 deletions

View File

@ -59,6 +59,6 @@ public class CmdDrain extends FCommand{
@Override
public TL getUsageTranslation() {
return null;
return TL.COMMAND_DRAIN_DESCRIPTION;
}
}

View File

@ -959,6 +959,8 @@ public enum TL {
COMMAND_WARUNCLAIMALL_SUCCESS("You unclaimed ALL war zone land."),
COMMAND_WARUNCLAIMALL_LOG("%1$s unclaimed all war zones."),
COMMAND_DRAIN_DESCRIPTION("The ability to obtain all the money in faction members balances."),
COMMAND_DRAIN_NO_PLAYERS("&c&l[!] &cYou cannot drain a faction with no other members!"),
COMMAND_DRAIN_RECIEVED_AMOUNT("&c&l[!] &fYou have drained all of your faction members for &b%1$s."),
COMMAND_DRAIN_INVALID_AMOUNT("&c&l[!] &fYou cannot drain a faction with no worth."),