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

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