diff options
author | Jason <[email protected]> | 2022-09-29 04:18:20 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2022-09-29 12:18:20 +0100 |
commit | 79f2aa3eed8ea50f600f83e64b65bc6c413b58b5 (patch) | |
tree | 0cd753d1351e57ee128e32244575f300d06d7228 | |
parent | bd496d0e0ddd5b4ec7702fde28e0fe9b4b703e0f (diff) | |
download | Paper-79f2aa3eed8ea50f600f83e64b65bc6c413b58b5.tar.gz Paper-79f2aa3eed8ea50f600f83e64b65bc6c413b58b5.zip |
Update Velocity natives (#8387)
-rw-r--r-- | patches/server/0736-Use-Velocity-compression-and-cipher-natives.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/server/0736-Use-Velocity-compression-and-cipher-natives.patch b/patches/server/0736-Use-Velocity-compression-and-cipher-natives.patch index a37ddabfc8..aabdb22ecd 100644 --- a/patches/server/0736-Use-Velocity-compression-and-cipher-natives.patch +++ b/patches/server/0736-Use-Velocity-compression-and-cipher-natives.patch @@ -5,7 +5,7 @@ Subject: [PATCH] Use Velocity compression and cipher natives diff --git a/build.gradle.kts b/build.gradle.kts -index a02f53c6ee0111e07d78a718a6ca0ec708f70cfc..fb6bfd4967b4ec113463cfaa77e621183f93e441 100644 +index a02f53c6ee0111e07d78a718a6ca0ec708f70cfc..30a600ef1dfedc1a050268af593074659382bc36 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -29,6 +29,11 @@ dependencies { @@ -13,7 +13,7 @@ index a02f53c6ee0111e07d78a718a6ca0ec708f70cfc..fb6bfd4967b4ec113463cfaa77e62118 implementation("commons-lang:commons-lang:2.6") implementation("net.fabricmc:mapping-io:0.3.0") // Paper - needed to read mappings for stacktrace deobfuscation + // Paper start - Use Velocity cipher -+ implementation("com.velocitypowered:velocity-native:1.1.0-SNAPSHOT") { ++ implementation("com.velocitypowered:velocity-native:3.1.2-SNAPSHOT") { + isTransitive = false + } + // Paper end |