From 9ffce8d93587579ae8e43029c8fbffce18af48d2 Mon Sep 17 00:00:00 2001
From: VelVeV <147647046+VelVeV@users.noreply.github.com>
Date: Sat, 7 Sep 2024 04:44:24 +0900
Subject: [PATCH] Update Velocity natives (#11347)

---
 .../server/Use-Velocity-compression-and-cipher-natives.patch    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/patches/server/Use-Velocity-compression-and-cipher-natives.patch b/patches/server/Use-Velocity-compression-and-cipher-natives.patch
index c25be596b4..bb7f6a58ed 100644
--- a/patches/server/Use-Velocity-compression-and-cipher-natives.patch
+++ b/patches/server/Use-Velocity-compression-and-cipher-natives.patch
@@ -13,7 +13,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
      runtimeOnly("com.mysql:mysql-connector-j:8.4.0")
      runtimeOnly("com.lmax:disruptor:3.4.4") // Paper
 +    // Paper start - Use Velocity cipher
-+    implementation("com.velocitypowered:velocity-native:3.1.2-SNAPSHOT") {
++    implementation("com.velocitypowered:velocity-native:3.3.0-SNAPSHOT") {
 +        isTransitive = false
 +    }
 +    // Paper end - Use Velocity cipher