mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2025-01-24 16:31:28 +01:00
Match the source for SPIGOT-1.8
This commit is contained in:
parent
c0493de4df
commit
ba60f10744
@ -323,7 +323,7 @@ public class WorldPackets {
|
||||
// Don't send data if special
|
||||
if (special && m != Material.AIR) {
|
||||
wrapper.set(Type.POSITION, 0, new Position(-1L, -1L, -1L));
|
||||
wrapper.set(Type.BYTE, 0, (byte) -1);
|
||||
wrapper.set(Type.BYTE, 0, (byte) 255);
|
||||
}
|
||||
EntityTracker tracker = wrapper.user().get(EntityTracker.class);
|
||||
tracker.setLastPlaceBlock(wrapper.user().getReceivedPackets());
|
||||
|
Loading…
Reference in New Issue
Block a user