#3535: Queue packets of Title api
This commit is contained in:
parent
78aef86a8f
commit
94a1fb5117
@ -172,7 +172,7 @@ public class BungeeTitle implements Title
|
||||
{
|
||||
if ( player.getPendingConnection().getVersion() >= ProtocolConstants.MINECRAFT_1_17 )
|
||||
{
|
||||
player.unsafe().sendPacket( packet.newPacket );
|
||||
( (UserConnection) player ).sendPacketQueued( packet.newPacket );
|
||||
} else
|
||||
{
|
||||
player.unsafe().sendPacket( packet.oldPacket );
|
||||
|
Loading…
Reference in New Issue
Block a user