SteamWar/BungeeCore
Archiviert
13
2

Fix message
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful

Dieser Commit ist enthalten in:
yoyosource 2022-03-15 17:54:10 +01:00
Ursprung 4df39ebe75
Commit 8ee960e002

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