geforkt von Mirrors/Velocity
Don't forward most packets while join is still in progress
Dieser Commit ist enthalten in:
Ursprung
7a5857a0b2
Commit
e86968e899
@ -88,7 +88,7 @@ public class BackendPlaySessionHandler implements MinecraftSessionHandler {
|
|||||||
if (status == MessageHandler.ForwardStatus.FORWARD) {
|
if (status == MessageHandler.ForwardStatus.FORWARD) {
|
||||||
connection.getPlayer().getConnection().write(pm);
|
connection.getPlayer().getConnection().write(pm);
|
||||||
}
|
}
|
||||||
} 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