Skip to content

Commit

Permalink
chore: improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
ybw0014 committed Sep 20, 2024
1 parent 5689d76 commit bf2982d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ object AppraiseSetup {
Bump.log(Level.INFO, "Loading appraise types...")

val config = Bump.configService.appraiseTypes
if (config == null) {
if (config == null || config.getKeys(false).isEmpty()) {
Bump.log(Level.WARNING, "No appraise types found in config, some features may not work.")
return
}
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/lang/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ lores:
per-use: "&7per use"
not-appraised: "&b&k|&b- &7&oNot appraised"
appraised: "&b&k|&b- &7&oAppraised &b| &dLevel: &e&l{0}"
any-random-equipment: "&fAny random equipment"
any-random-equipment: "&fAny \"Random Equipment\""
appraise_info:
equipment_type:
name: "&aAcceptable equipment type: &b{0}"
Expand Down

0 comments on commit bf2982d

Please sign in to comment.