aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/0422-Implement-Brigadier-Mojang-API.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/server/0422-Implement-Brigadier-Mojang-API.patch')
-rw-r--r--patches/server/0422-Implement-Brigadier-Mojang-API.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/server/0422-Implement-Brigadier-Mojang-API.patch b/patches/server/0422-Implement-Brigadier-Mojang-API.patch
index 6cce94d466..5cf99db63e 100644
--- a/patches/server/0422-Implement-Brigadier-Mojang-API.patch
+++ b/patches/server/0422-Implement-Brigadier-Mojang-API.patch
@@ -10,10 +10,10 @@ Adds CommandRegisteredEvent
- Allows manipulating the CommandNode to add more children/metadata for the client
diff --git a/build.gradle.kts b/build.gradle.kts
-index b91eca079738eb5b48b516915c52511c3bddd831..a482ad74b9a5d06a982ac2a6d9b6c5dc9f664f46 100644
+index 1610d0c3ecb5fc06a160c3e1f05cb276bc80b73e..2955dc6db42ed1f057f6817e7ccae5be9f231585 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
-@@ -16,6 +16,7 @@ repositories {
+@@ -12,6 +12,7 @@ plugins {
dependencies {
implementation(project(":Paper-API"))