Use constant of 1 for collect, (Tested).

This commit is contained in:
Myles 2016-08-10 16:11:39 +01:00
parent 44544925a1
commit 03cc48c991

View File

@ -32,7 +32,7 @@ public class ProtocolSnapshotTo1_10 extends Protocol {
create(new ValueCreator() {
@Override
public void write(PacketWrapper wrapper) throws Exception {
// TODO FIND OUT WHAT THE NEW VAR_INT IS
wrapper.write(Type.VAR_INT, 1); // 2 - Pickup Count
}
});
}