aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/0718-Vanilla-command-permission-fixes.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/server/0718-Vanilla-command-permission-fixes.patch')
-rw-r--r--patches/server/0718-Vanilla-command-permission-fixes.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/server/0718-Vanilla-command-permission-fixes.patch b/patches/server/0718-Vanilla-command-permission-fixes.patch
index 777e0e5339..8e3102cba2 100644
--- a/patches/server/0718-Vanilla-command-permission-fixes.patch
+++ b/patches/server/0718-Vanilla-command-permission-fixes.patch
@@ -30,10 +30,10 @@ index 899008b2980d13f1be6280cd8cb959c53a29bebf..f875507241ac6769545e91cd3285232b
private RedirectModifier<S> modifier = null;
private boolean forks;
diff --git a/src/main/java/net/minecraft/commands/Commands.java b/src/main/java/net/minecraft/commands/Commands.java
-index edf980cf8992ddfe003ced279fe1324fc2364e5a..e70e5af7e49e4ccf332d9ce44e1a106344b35490 100644
+index 884a7c3a082140d2e1d154851c534ab09f5da4ce..6d480d0332ee9348eacc3269890ee49206623c2a 100644
--- a/src/main/java/net/minecraft/commands/Commands.java
+++ b/src/main/java/net/minecraft/commands/Commands.java
-@@ -213,7 +213,13 @@ public class Commands {
+@@ -212,7 +212,13 @@ public class Commands {
if (environment.includeIntegrated) {
PublishCommand.register(this.dispatcher);
}