Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-11-05 07:40:11 +01:00
Make missing locale log as debug (#4940)
Dieser Commit ist enthalten in:
Ursprung
ea6b0df9b5
Commit
83d8c19824
@ -150,7 +150,7 @@ public class GeyserLocale {
|
||||
} else {
|
||||
if (!validLocalLanguage) {
|
||||
// Don't warn on missing locales if a local file has been found
|
||||
bootstrap.getGeyserLogger().warning("Missing locale: " + locale);
|
||||
bootstrap.getGeyserLogger().debug("Missing locale: " + locale);
|
||||
}
|
||||
}
|
||||
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren