Skip to content

Commit 9ee8284

Browse files
committed
BackwardsCompat: WrapperPlayClientVehicleMove
1 parent 9b4eed8 commit 9ee8284

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

PacketWrapper/src/main/java/com/comphenix/packetwrapper/WrapperPlayClientVehicleMove.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,11 @@
1818
*/
1919
package com.comphenix.packetwrapper;
2020

21+
import com.comphenix.packetwrapper.util.BackwardsCompatible;
2122
import com.comphenix.protocol.PacketType;
2223
import com.comphenix.protocol.events.PacketContainer;
2324

25+
@BackwardsCompatible(sinceMinor = 9)
2426
public class WrapperPlayClientVehicleMove extends AbstractPacket {
2527

2628
public static final PacketType TYPE = PacketType.Play.Client.VEHICLE_MOVE;

0 commit comments

Comments
 (0)