3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-10-03 16:31:14 +02:00

Remove default listeners override

Dieser Commit ist enthalten in:
AlexProgrammerDE 2024-08-19 16:46:11 +02:00
Ursprung f0e9f7dd99
Commit aef32013df

Datei anzeigen

@ -905,8 +905,6 @@ public class GeyserSession implements GeyserConnection, GeyserCommandSource {
// Start ticking
tickThread = eventLoop.scheduleAtFixedRate(this::tick, 50, 50, TimeUnit.MILLISECONDS);
this.protocol.setUseDefaultListeners(true);
TcpSession downstream;
if (geyser.getBootstrap().getSocketAddress() != null) {
// We're going to connect through the JVM and not through TCP