mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2026-08-27 13:25:20 -06:00
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