Fix build
This commit is contained in:
parent
5febe8f66e
commit
801c3c7239
@ -51,7 +51,8 @@ public class PacketHandlerMovement implements IPacketHandler {
|
|||||||
ArrayList<PacketContainer> toAdd = new ArrayList<>();
|
ArrayList<PacketContainer> toAdd = new ArrayList<>();
|
||||||
|
|
||||||
for (PacketContainer packet : packets.getPackets()) {
|
for (PacketContainer packet : packets.getPackets()) {
|
||||||
for (int standId : disguise.getArmorstandIds()) {
|
for (int i = 0; i < len; i++) {
|
||||||
|
int standId = disguise.getArmorstandIds()[i];
|
||||||
PacketContainer packet2 = packet.shallowClone();
|
PacketContainer packet2 = packet.shallowClone();
|
||||||
packet2.getIntegers().write(0, standId);
|
packet2.getIntegers().write(0, standId);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user