mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00: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.geyserCommandManager = new GeyserFabricCommandManager(connector);
|
||||
this.geyserCommandManager.init();
|
||||
|
||||
this.geyserWorldManager = new GeyserFabricWorldManager(server);
|
||||
|
||||
|
|
Loading…
Reference in a new issue