Merge pull request #1562 from KennyTV/dev

Fix trade list
This commit is contained in:
Myles 2019-12-09 18:30:46 +00:00 committed by GitHub
commit a74bee5bed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,6 +59,7 @@ public class InventoryPackets {
wrapper.passthrough(Type.INT);
wrapper.passthrough(Type.INT);
wrapper.passthrough(Type.FLOAT);
wrapper.passthrough(Type.INT);
}
wrapper.passthrough(Type.VAR_INT);