Correct the lang file (#356)

This commit is contained in:
Jamie Sinn
2018-05-13 17:00:46 -04:00
committed by Trent Hensler
parent 79fe9b53f8
commit 10befe7f61
2 changed files with 2 additions and 1 deletions
@@ -29,7 +29,7 @@ public enum Lang {
INVALID_ARGS("invalid-args", "&cInvalid args!"),
DELETE_VAULT("delete-vault", "&fDeleted vault &a%v"),
DELETE_OTHER_VAULT("delete-other-vault", "&fDeleted vault &a%v &fof &a%p"),
DELETE_OTHER_VAULT_ALL("delete-other-vault", "&4Deleted all vaults belonging to &a%p"),
DELETE_OTHER_VAULT_ALL("delete-other-vault-all", "&4Deleted all vaults belonging to &a%p"),
PLAYER_ONLY("player-only", "&cSorry but that can only be run by a player!"),
MUST_BE_NUMBER("must-be-number", "&cYou need to specify a valid number."),
NO_PERMS("no-permissions", "&cYou don''t have permission for that!"),