Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-11-03 14:50:19 +01:00
Removed auto download and load of en_us
Dieser Commit ist enthalten in:
Ursprung
64e0af48f9
Commit
013bca024c
@ -254,6 +254,9 @@ public class GeyserSession implements CommandSender {
|
||||
playerEntity.setUuid(protocol.getProfile().getId());
|
||||
playerEntity.setUsername(protocol.getProfile().getName());
|
||||
|
||||
// Should probably let the user know if there locale is
|
||||
// en_us that it might take time to download it
|
||||
|
||||
// Download and load the language for the player
|
||||
LocaleUtils.downloadAndLoadLocale(clientData.getLanguageCode());
|
||||
}
|
||||
|
@ -58,9 +58,6 @@ public class LocaleUtils {
|
||||
|
||||
// Download the latest asset list and cache it
|
||||
generateAssetCache();
|
||||
if (!DEFAULT_LOCALE.equals("en_us")) {
|
||||
downloadAndLoadLocale("en_us");
|
||||
}
|
||||
downloadAndLoadLocale(DEFAULT_LOCALE);
|
||||
}
|
||||
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren