ViaVersion/bungee/src/main/java/com/viaversion/viaversion/bungee
KennyTV 37fd69fa86
Make packet send methods use the current thread by default
Defaulting to submitting to the netty event loop caused issues more often than not - this also removes the `currentThread` flag and instead provides new scheduleSend methods so it is always obvious whether the packet is sent immediately.
2021-06-01 10:13:49 +02:00
..
commands Reformat imports 2021-04-27 13:42:36 +02:00
handlers Make packet send methods use the current thread by default 2021-06-01 10:13:49 +02:00
listeners Make packet send methods use the current thread by default 2021-06-01 10:13:49 +02:00
platform Rename platform task implementations 2021-04-29 17:46:29 +02:00
providers Make packet send methods use the current thread by default 2021-06-01 10:13:49 +02:00
service Reformat imports 2021-04-27 13:42:36 +02:00
storage Don't require UserConnection holding class in stored objects 2021-05-26 21:35:28 +02:00
util Change package/imports in classes and build configs 2021-04-26 20:52:34 +02:00