aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/api/0008-Use-ASM-for-event-executors.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/api/0008-Use-ASM-for-event-executors.patch')
-rw-r--r--patches/api/0008-Use-ASM-for-event-executors.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/api/0008-Use-ASM-for-event-executors.patch b/patches/api/0008-Use-ASM-for-event-executors.patch
index 65ce1716a1..16fad22249 100644
--- a/patches/api/0008-Use-ASM-for-event-executors.patch
+++ b/patches/api/0008-Use-ASM-for-event-executors.patch
@@ -6,7 +6,7 @@ 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 e3748b4b39529fde27e5bb00597a56becdf0843c..2aca0a8feffc844ee19480d70a1a9971790d1621 100644
+index ec60a4b804d9d077fdb7d88519b7fb8816aeab9f..d64d927ddbb5fd968902c35496b24ce73fd5d588 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -47,6 +47,9 @@ dependencies {