Skip to content

Commit

Permalink
Fix German flag banner description.
Browse files Browse the repository at this point in the history
Added more debug around error reporting.
  • Loading branch information
tastybento committed Aug 29, 2021
1 parent 44f06f2 commit a9a7673
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/world/bentobox/bentobox/util/ItemParser.java
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ else if (part.length == 2) {
return parseItemDurabilityAndQuantity(part);
}
} catch (Exception exception) {
BentoBox.getInstance().logError("Could not parse item " + text);
BentoBox.getInstance().logError("Could not parse item " + text + " " + exception.getLocalizedMessage());
}

return defaultItemStack;
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/locales/de.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ meta:
authors:
- xXjojojXx
- Poslovitch
banner: RED_BANNER:1:STRIPE_RIGHT:BLACK:LEFT_STRIPE:YELLOW
banner: RED_BANNER:1:STRIPE_RIGHT:BLACK:STRIPE_LEFT:YELLOW
commands:
admin:
setrank:
Expand Down

0 comments on commit a9a7673

Please sign in to comment.