From 23fc643fe6f3e57cd316022f0cf0f6858a62f450 Mon Sep 17 00:00:00 2001 From: Etil <81570777+etil2jz@users.noreply.github.com> Date: Sun, 19 Dec 2021 01:51:56 +0100 Subject: [PATCH] Fix? --- patches/server/0011-Yatopia-Utilities.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/server/0011-Yatopia-Utilities.patch b/patches/server/0011-Yatopia-Utilities.patch index bde1988..e41b9e7 100644 --- a/patches/server/0011-Yatopia-Utilities.patch +++ b/patches/server/0011-Yatopia-Utilities.patch @@ -11,7 +11,7 @@ index 73a74adf7fd14ff0b87f68930beb5c3ee465e0ec..e98d00a56bea534ccdd8a7b64b325c46 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -40,6 +40,7 @@ dependencies { - implementation("org.apache.logging.log4j:log4j-slf4j18-impl:2.16.0") // Paper + implementation("org.apache.logging.log4j:log4j-slf4j18-impl:2.17.0") // Paper implementation("org.ow2.asm:asm:9.2") implementation("org.ow2.asm:asm-commons:9.2") // Paper - ASM event executor generation + implementation("org.apache.commons:commons-rng-core:1.4") // Yatopia