13
0
geforkt von Mirrors/Velocity
Velocity/proxy/src
Andrew Steinborn ebc418f6cc Do not use classes from io.netty.util.internal
In this case, we don't even need a concurrency-friendly MPSC queue, since this code only ever gets run in the event loop associated to the channel, so a simple `ArrayDeque` is enough for our needs.
2024-07-13 21:50:27 -04:00
..
main Do not use classes from io.netty.util.internal 2024-07-13 21:50:27 -04:00
test/java/com/velocitypowered/proxy Updated the packet classes to include the "Packet" suffix (#1202) 2024-01-18 12:25:22 -08:00