mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2025-03-02 10:31:15 +01:00
Use constant of 1 for collect, (Tested).
This commit is contained in:
parent
44544925a1
commit
03cc48c991
@ -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
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user