mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-12-27 15:00:28 +01:00
Return on config fail
This commit is contained in:
parent
88cb680c3f
commit
d07a69be89
1 changed files with 1 additions and 0 deletions
|
@ -104,6 +104,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