Merge pull request #1085 from Gerrygames/myles_master

fix #1076
This commit is contained in:
Myles 2018-11-13 10:05:09 +00:00 committed by GitHub
commit f4b6b1795e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,8 +26,7 @@ public class Protocol1_13_2To1_13_1 extends Protocol {
registerIncoming(State.PLAY, 0x0B, 0x0B, new PacketRemapper() {
@Override
public void registerMap() {
map(Type.FLAT_ITEM, Type.FLAT_VAR_INT_ITEM);
map(Type.BOOLEAN);
map(Type.FLAT_VAR_INT_ITEM, Type.FLAT_ITEM);
}
});