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

View File

@ -204,7 +204,6 @@ public class GeyserImpl implements GeyserApi {
GeyserLogger logger = bootstrap.getGeyserLogger();
GeyserConfiguration config = bootstrap.getGeyserConfig();
logger.setDebug(config.isDebugMode());
ScoreboardUpdater.init();