3
0
Mirror von https://github.com/PaperMC/Velocity.git synchronisiert 2024-12-24 15:20:35 +01:00

Readd missing check

Dieser Commit ist enthalten in:
Andrew Steinborn 2018-09-16 02:41:35 -04:00
Ursprung 5ff36f1ae7
Commit 8b94fe6ed2

Datei anzeigen

@ -92,7 +92,7 @@ public class BackendPlaySessionHandler implements MinecraftSessionHandler {
connection.getPlayer().getConnection().write(pm);
}
}, connection.getMinecraftConnection().getChannel().eventLoop());
} else {
} else if (connection.hasCompletedJoin()) {
// Just forward the packet on. We don't have anything to handle at this time.
connection.getPlayer().getConnection().write(packet);
}