3
0
Mirror von https://github.com/ViaVersion/ViaVersion.git synchronisiert 2024-07-30 19:08:03 +02:00

1.8.8 -> 1.9.4, fix hand item being sent in different tick

Dieser Commit ist enthalten in:
Myles 2017-04-20 22:03:09 +01:00
Ursprung a5dddf371d
Commit a9831c842c

Datei anzeigen

@ -303,7 +303,7 @@ public class SpawnPackets {
packet.write(Type.VAR_INT, 0);
packet.write(Type.ITEM, new Item(item, (byte) 1, (short) 0, null));
try {
packet.send(Protocol1_9TO1_8.class);
packet.send(Protocol1_9TO1_8.class, true, true);
} catch (Exception e) {
e.printStackTrace();
}