From a9a7673ce898ce2beb023815f7652dc0c932f3af Mon Sep 17 00:00:00 2001 From: tastybento Date: Sun, 29 Aug 2021 15:04:20 -0700 Subject: [PATCH] Fix German flag banner description. Added more debug around error reporting. --- src/main/java/world/bentobox/bentobox/util/ItemParser.java | 2 +- src/main/resources/locales/de.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/world/bentobox/bentobox/util/ItemParser.java b/src/main/java/world/bentobox/bentobox/util/ItemParser.java index 92e7d68ff..7b7ab6836 100644 --- a/src/main/java/world/bentobox/bentobox/util/ItemParser.java +++ b/src/main/java/world/bentobox/bentobox/util/ItemParser.java @@ -79,7 +79,7 @@ public class ItemParser { 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; diff --git a/src/main/resources/locales/de.yml b/src/main/resources/locales/de.yml index f35bbb9b4..ce5daf42a 100644 --- a/src/main/resources/locales/de.yml +++ b/src/main/resources/locales/de.yml @@ -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: