3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-10-03 08:21:06 +02:00

Should fix the command NPE

Dieser Commit ist enthalten in:
Camotoy 2022-09-22 21:25:46 -04:00
Ursprung b794569388
Commit 91ad2e58fc

Datei anzeigen

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