mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Merge branch 'java-1.16' into java-1.16-floodgate-2.0
This commit is contained in:
commit
91f2c3796f
1 changed files with 1 additions and 0 deletions
|
@ -102,6 +102,7 @@ public class GeyserFabricMod implements ModInitializer, GeyserBootstrap {
|
|||
} catch (IOException ex) {
|
||||
LogManager.getLogger("geyser-fabric").error(LanguageUtils.getLocaleStringLog("geyser.config.failed"), ex);
|
||||
ex.printStackTrace();
|
||||
return;
|
||||
}
|
||||
|
||||
this.geyserLogger = new GeyserFabricLogger(geyserConfig.isDebugMode());
|
||||
|
|
Loading…
Reference in a new issue