Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-11-19 14:30:17 +01:00
Initialize command manager and ping passthrough before Geyser#start
Dieser Commit ist enthalten in:
Ursprung
6c8434b352
Commit
39356071c4
@ -78,12 +78,13 @@ public class GeyserViaProxyBootstrap implements GeyserBootstrap {
|
|||||||
GeyserConfiguration.checkGeyserConfiguration(this.config, this.logger);
|
GeyserConfiguration.checkGeyserConfiguration(this.config, this.logger);
|
||||||
|
|
||||||
this.geyser = GeyserImpl.load(PlatformType.VIAPROXY, this);
|
this.geyser = GeyserImpl.load(PlatformType.VIAPROXY, this);
|
||||||
GeyserImpl.start();
|
|
||||||
|
|
||||||
this.commandManager = new GeyserCommandManager(this.geyser);
|
this.commandManager = new GeyserCommandManager(this.geyser);
|
||||||
this.commandManager.init();
|
this.commandManager.init();
|
||||||
|
|
||||||
this.pingPassthrough = GeyserLegacyPingPassthrough.init(this.geyser);
|
this.pingPassthrough = GeyserLegacyPingPassthrough.init(this.geyser);
|
||||||
|
|
||||||
|
GeyserImpl.start();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren