mirror of
https://github.com/GeyserMC/Geyser.git
synced 2025-03-20 14:08:53 +01:00
Should fix the command NPE
This commit is contained in:
parent
b794569388
commit
91ad2e58fc
1 changed files with 1 additions and 0 deletions
|
@ -176,6 +176,7 @@ public class GeyserFabricMod implements ModInitializer, GeyserBootstrap {
|
||||||
this.geyserPingPassthrough = GeyserLegacyPingPassthrough.init(connector);
|
this.geyserPingPassthrough = GeyserLegacyPingPassthrough.init(connector);
|
||||||
|
|
||||||
this.geyserCommandManager = new GeyserFabricCommandManager(connector);
|
this.geyserCommandManager = new GeyserFabricCommandManager(connector);
|
||||||
|
this.geyserCommandManager.init();
|
||||||
|
|
||||||
this.geyserWorldManager = new GeyserFabricWorldManager(server);
|
this.geyserWorldManager = new GeyserFabricWorldManager(server);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue