Update with more Spigot binary patches
This commit is contained in:
@@ -177,12 +177,11 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
+ @Override
|
||||
+ public void sendMessage( BaseComponent... components )
|
||||
+ {
|
||||
+ if ( getHandle().playerConnection != null )
|
||||
+ {
|
||||
+ PacketPlayOutChat packet = new PacketPlayOutChat();
|
||||
+ packet.components = components;
|
||||
+ getHandle().playerConnection.sendPacket( packet );
|
||||
+ }
|
||||
+ if ( getHandle().playerConnection == null ) return;
|
||||
+
|
||||
+ PacketPlayOutChat packet = new PacketPlayOutChat();
|
||||
+ packet.components = components;
|
||||
+ getHandle().playerConnection.sendPacket( packet );
|
||||
+ }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user