3
0
Mirror von https://github.com/ViaVersion/ViaVersion.git synchronisiert 2024-09-08 22:02:50 +02:00
Dieser Commit ist enthalten in:
Gerrygames 2018-11-13 10:59:11 +01:00
Ursprung 7f77cbfd74
Commit b86950d0e7

Datei anzeigen

@ -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);
}
});