Mirror von
https://github.com/ViaVersion/ViaBackwards.git
synchronisiert 2024-12-26 16:12:43 +01:00
1.16 pre5
Dieser Commit ist enthalten in:
Ursprung
166b4314fd
Commit
86cf835d53
@ -177,10 +177,10 @@ public class Protocol1_15_2To1_16 extends BackwardsProtocol<ClientboundPackets1_
|
|||||||
}
|
}
|
||||||
|
|
||||||
wrapper.passthrough(Type.VAR_INT); // Hand
|
wrapper.passthrough(Type.VAR_INT); // Hand
|
||||||
|
|
||||||
// New boolean: Whether the client is sneaking/pressing shift
|
|
||||||
wrapper.write(Type.BOOLEAN, false);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// New boolean: Whether the client is sneaking/pressing shift
|
||||||
|
wrapper.write(Type.BOOLEAN, false);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren