Work on updating lang file on new downloads

This commit is contained in:
gomeow
2013-03-24 20:25:08 -07:00
parent 718cb714be
commit 56b056a697
4 changed files with 52 additions and 5 deletions
@@ -16,9 +16,10 @@ public enum Lang {
NO_PERMS("no-permissions"),
INSUFFICIENT_FUNDS("insufficient-funds"),
REFUND_AMOUNT("refund-amount"),
COST_TO_OPEN("cost-to-open");
COST_TO_OPEN("cost-to-open"),
VAULT_DOES_NOT_EXIST("vault-does-not-exist");
private String path = "";
private String path;
private static YamlConfiguration lang;
Lang(String path) {