diff --git a/patches/server/0797-Use-Velocity-compression-and-cipher-natives.patch b/patches/server/0797-Use-Velocity-compression-and-cipher-natives.patch index f03462a6f..7ff8d7e2b 100644 --- a/patches/server/0797-Use-Velocity-compression-and-cipher-natives.patch +++ b/patches/server/0797-Use-Velocity-compression-and-cipher-natives.patch @@ -5,18 +5,10 @@ Subject: [PATCH] Use Velocity compression and cipher natives diff --git a/build.gradle.kts b/build.gradle.kts -index e9cdebd25bec965a52916ee09e358564d42777d0..d80cfcb94db51440b5d0aa589a9a3d8a4189a9aa 100644 +index e9cdebd25bec965a52916ee09e358564d42777d0..cb1a931417073908be5c7aa1af710477775b3dbd 100644 --- a/build.gradle.kts +++ b/build.gradle.kts -@@ -25,6 +25,7 @@ repositories { - } - } - // Paper end -+ maven("https://repo.velocitypowered.com/snapshots/") // Paper - } - - dependencies { -@@ -62,6 +63,7 @@ dependencies { +@@ -62,6 +62,7 @@ dependencies { implementation("io.netty:netty-all:4.1.65.Final") // Paper implementation("org.quiltmc:tiny-mappings-parser:0.3.0") // Paper - needed to read mappings for stacktrace deobfuscation