TinyProtocol #sendPacket without invoking listeners
iso2013 opened this issue ยท 0 comments
Is your feature request related to a problem? Please describe.
I'd like to send packets using TinyProtocol without processing handlers
Describe the solution you'd like
A boolean in TinyProtocol's #sendPacket method similar to the one in #sendServerPacket
Describe alternatives you've considered
Wrapping outbound packets that have already been processed with a wrapper object and detecting the presence of that and unwrapping it in my own listener, but this seems horribly inefficient.