sendProxyPacket
open fun sendProxyPacket(connection: ServerGamePacketListenerImpl, data: Array<Byte>)
Content copied to clipboard
Sends a packet to proxy.
Parameters
connection
connection to use for sending packet.
data
data to sent in the packet.