This commit is contained in:
parent
2593130b3e
commit
8212e10c7c
@ -101,7 +101,8 @@ public class UpstreamBridge extends PacketHandler
|
|||||||
{
|
{
|
||||||
if ( player.getPendingConnection().getVersion() >= ProtocolConstants.MINECRAFT_1_19_3 )
|
if ( player.getPendingConnection().getVersion() >= ProtocolConstants.MINECRAFT_1_19_3 )
|
||||||
{
|
{
|
||||||
player.unsafe().sendPacket( newPacket );
|
// need to queue, because players in config state could receive it
|
||||||
|
( (UserConnection) player ).sendPacketQueued( newPacket );
|
||||||
} else
|
} else
|
||||||
{
|
{
|
||||||
player.unsafe().sendPacket( oldPacket );
|
player.unsafe().sendPacket( oldPacket );
|
||||||
|
Loading…
Reference in New Issue
Block a user