ViaVersion/common/src/main/java/com/viaversion/viaversion/protocols/protocol1_13to1_12_2/packets
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
..
EntityPackets.java Refactor entity tracking and meta handling 2021-05-25 15:37:07 +02:00
InventoryPackets.java Fix enchantment parsing or lvl integers 2021-05-21 09:17:40 +02:00
WorldPackets.java Make packet send methods use the current thread by default 2021-06-01 10:13:49 +02:00