Fix missing startup debug logs on Standalone

This commit is contained in:
davchoo 2022-05-19 19:06:03 -04:00
parent 8e3119c8da
commit f079ee430b
No known key found for this signature in database
GPG key ID: A0168C8E45799B7D
2 changed files with 1 additions and 1 deletions

View file

@ -209,6 +209,7 @@ public class GeyserStandaloneBootstrap implements GeyserBootstrap {
return;
}
}
geyserLogger.setDebug(geyserConfig.isDebugMode());
GeyserConfiguration.checkGeyserConfiguration(geyserConfig, geyserLogger);
// Allow libraries like Protocol to have their debug information passthrough