3
0
Mirror von https://github.com/ViaVersion/ViaBackwards.git synchronisiert 2024-07-27 01:18:04 +02:00
Dieser Commit ist enthalten in:
KennyTV 2019-06-24 17:28:32 +02:00
Ursprung b4c30dbff3
Commit 1c94e0ead2

Datei anzeigen

@ -37,7 +37,7 @@ public class Protocol1_14_2To1_14_3 extends BackwardsProtocol {
wrapper.passthrough(Type.VAR_INT);
wrapper.passthrough(Type.VAR_INT);
wrapper.read(Type.BOOLEAN);
wrapper.passthrough(Type.BOOLEAN);
wrapper.read(Type.BOOLEAN);
}
});