We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b4eed8 commit 9ee8284Copy full SHA for 9ee8284
PacketWrapper/src/main/java/com/comphenix/packetwrapper/WrapperPlayClientVehicleMove.java
@@ -18,9 +18,11 @@
18
*/
19
package com.comphenix.packetwrapper;
20
21
+import com.comphenix.packetwrapper.util.BackwardsCompatible;
22
import com.comphenix.protocol.PacketType;
23
import com.comphenix.protocol.events.PacketContainer;
24
25
+@BackwardsCompatible(sinceMinor = 9)
26
public class WrapperPlayClientVehicleMove extends AbstractPacket {
27
28
public static final PacketType TYPE = PacketType.Play.Client.VEHICLE_MOVE;
0 commit comments