forked from 2009Scape/Server
some packet debugging
This commit is contained in:
parent
add88e77ba
commit
7c2153ef3e
1 changed files with 1 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ object PacketWriteQueue {
|
|||
|
||||
@JvmStatic
|
||||
fun <T> queue(packet: OutgoingPacket<T>, context: T){
|
||||
SystemLogger.logInfo(packet.javaClass.simpleName)
|
||||
PacketsToWrite.add(QueuedPacket(packet,context))
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue