sendProxyPacket

open fun sendProxyPacket(connection: ServerGamePacketListenerImpl, data: Array<Byte>)

Sends a packet to proxy.

Parameters

connection

connection to use for sending packet.

data

data to sent in the packet.