1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2026-01-06 15:41:50 +00:00

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
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();