diff options
Diffstat (limited to 'patches/api/0008-Use-ASM-for-event-executors.patch')
-rw-r--r-- | patches/api/0008-Use-ASM-for-event-executors.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/api/0008-Use-ASM-for-event-executors.patch b/patches/api/0008-Use-ASM-for-event-executors.patch index 9785ffdf7d..31a3b5a44b 100644 --- a/patches/api/0008-Use-ASM-for-event-executors.patch +++ b/patches/api/0008-Use-ASM-for-event-executors.patch @@ -6,10 +6,10 @@ Subject: [PATCH] Use ASM for event executors. Uses method handles for private or static methods. diff --git a/build.gradle.kts b/build.gradle.kts -index 64f7695cf37e9e60712f8b56d3aee0256e71c8e6..3a026fc8671fee2b99ea0a23a4278453c7fab267 100644 +index ed5d58d7569300c917dd52b11953a63fae6878d4..43086f7d201c0988086ef06cfe5a0f866d130961 100644 --- a/build.gradle.kts +++ b/build.gradle.kts -@@ -59,6 +59,9 @@ dependencies { +@@ -61,6 +61,9 @@ dependencies { apiAndDocs("net.kyori:adventure-text-serializer-legacy") apiAndDocs("net.kyori:adventure-text-serializer-plain") apiAndDocs("net.kyori:adventure-text-logger-slf4j") |