SteamWar/BungeeCore
Archiviert
13
2

Fix Message again for the final time! #313

Zusammengeführt
Lixfel hat 11 Commits von ResourceBundles2.0 nach master 2022-03-16 16:38:46 +01:00 zusammengeführt
Nur Änderungen aus Commit 8ee960e002 werden angezeigt - Alle Commits anzeigen

Datei anzeigen

@ -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());
}