3
0
Mirror von https://github.com/ViaVersion/ViaBackwards.git synchronisiert 2024-10-03 08:51:05 +02:00
Dieser Commit ist enthalten in:
Marco Neuhaus 2018-11-13 10:59:33 +01:00
Ursprung ae3142c2f5
Commit d0dec2539d

Datei anzeigen

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