seth kelly

This commit is contained in:
2020-08-16 22:33:35 -05:00
parent c936759b6c
commit 090c445aa9
2 changed files with 2 additions and 2 deletions

View File

@ -124,7 +124,7 @@ public enum ConfigEntry
SHOP_PRICES_CLOWN_FISH(Integer.class, "shop.prices.clown_fish"),
//
STAFFLIST_CLEAN_THESHOLD_HOURS(Integer.class, "stafflist.clean_threshold_hours"),
STAFFLIST_CONSOLE_IS_SENIOR(Boolean.class, "stafflist.console_is_senior"),
STAFFLIST_CONSOLE_IS_ADMIN(Boolean.class, "stafflist.console_is_admin"),
//
COREPROTECT_MYSQL_ENABLED(Boolean.class, "coreprotect.enabled"),
COREPROTECT_MYSQL_HOST(String.class, "coreprotect.host"),