mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-12-22 14:34:59 +01:00
Initialize command manager and ping passthrough before Geyser#start
This commit is contained in:
parent
6c8434b352
commit
39356071c4
1 changed files with 2 additions and 1 deletions
|
@ -78,12 +78,13 @@ public class GeyserViaProxyBootstrap implements GeyserBootstrap {
|
|||
GeyserConfiguration.checkGeyserConfiguration(this.config, this.logger);
|
||||
|
||||
this.geyser = GeyserImpl.load(PlatformType.VIAPROXY, this);
|
||||
GeyserImpl.start();
|
||||
|
||||
this.commandManager = new GeyserCommandManager(this.geyser);
|
||||
this.commandManager.init();
|
||||
|
||||
this.pingPassthrough = GeyserLegacyPingPassthrough.init(this.geyser);
|
||||
|
||||
GeyserImpl.start();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue