mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Indicate when the en_US jar has finished downloading
This commit is contained in:
parent
c763939452
commit
4196402105
2 changed files with 3 additions and 1 deletions
|
@ -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
|
Loading…
Reference in a new issue