diff --git a/src/de/steamwar/bungeecore/Message.java b/src/de/steamwar/bungeecore/Message.java index 06fa54f..4356bcf 100644 --- a/src/de/steamwar/bungeecore/Message.java +++ b/src/de/steamwar/bungeecore/Message.java @@ -101,7 +101,7 @@ public class Message { } if (current == null) { - throw new SecurityException("Could not find resource bundle for " + path + " with locale " + locale + " or " + locale.getLanguage()); + throw new SecurityException("Could not find resource bundle for " + path); } return bundles.get(locale.toString()); }