Should fix the command NPE

This commit is contained in:
Camotoy 2022-09-22 21:25:46 -04:00
parent b794569388
commit 91ad2e58fc
1 changed files with 1 additions and 0 deletions

View File

@ -176,6 +176,7 @@ public class GeyserFabricMod implements ModInitializer, GeyserBootstrap {
this.geyserPingPassthrough = GeyserLegacyPingPassthrough.init(connector);
this.geyserCommandManager = new GeyserFabricCommandManager(connector);
this.geyserCommandManager.init();
this.geyserWorldManager = new GeyserFabricWorldManager(server);