Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-12-24 15:20:25 +01:00
Indicate when the en_US jar has finished downloading
Dieser Commit ist enthalten in:
Ursprung
c763939452
Commit
4196402105
@ -276,6 +276,8 @@ public class LocaleUtils {
|
|||||||
|
|
||||||
// Delete the nolonger needed client/server jar
|
// Delete the nolonger needed client/server jar
|
||||||
Files.delete(tmpFilePath);
|
Files.delete(tmpFilePath);
|
||||||
|
|
||||||
|
GeyserConnector.getInstance().getLogger().info(LanguageUtils.getLocaleStringLog("geyser.locale.download.en_us.done"));
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
GeyserConnector.getInstance().getLogger().error(LanguageUtils.getLocaleStringLog("geyser.locale.fail.en_us"), e);
|
GeyserConnector.getInstance().getLogger().error(LanguageUtils.getLocaleStringLog("geyser.locale.fail.en_us"), e);
|
||||||
}
|
}
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 3221de4b3a7f952638c6256d4e248b7f308d8c24
|
Subproject commit 1138a64627dec66fdb7f33c922ff6cd5636ec30a
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren