Mirror von
https://github.com/PaperMC/Velocity.git
synchronisiert 2024-12-24 23:30:26 +01:00
Readd missing check
Dieser Commit ist enthalten in:
Ursprung
5ff36f1ae7
Commit
8b94fe6ed2
@ -92,7 +92,7 @@ public class BackendPlaySessionHandler implements MinecraftSessionHandler {
|
|||||||
connection.getPlayer().getConnection().write(pm);
|
connection.getPlayer().getConnection().write(pm);
|
||||||
}
|
}
|
||||||
}, connection.getMinecraftConnection().getChannel().eventLoop());
|
}, connection.getMinecraftConnection().getChannel().eventLoop());
|
||||||
} else {
|
} else if (connection.hasCompletedJoin()) {
|
||||||
// Just forward the packet on. We don't have anything to handle at this time.
|
// Just forward the packet on. We don't have anything to handle at this time.
|
||||||
connection.getPlayer().getConnection().write(packet);
|
connection.getPlayer().getConnection().write(packet);
|
||||||
}
|
}
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren