aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/0527-Send-empty-commands-if-tab-completion-is-disabled.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/server/0527-Send-empty-commands-if-tab-completion-is-disabled.patch')
-rw-r--r--patches/server/0527-Send-empty-commands-if-tab-completion-is-disabled.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/server/0527-Send-empty-commands-if-tab-completion-is-disabled.patch b/patches/server/0527-Send-empty-commands-if-tab-completion-is-disabled.patch
index cd5ed84e1e..daa33fbefc 100644
--- a/patches/server/0527-Send-empty-commands-if-tab-completion-is-disabled.patch
+++ b/patches/server/0527-Send-empty-commands-if-tab-completion-is-disabled.patch
@@ -5,7 +5,7 @@ Subject: [PATCH] Send empty commands if tab completion is disabled
diff --git a/src/main/java/net/minecraft/commands/Commands.java b/src/main/java/net/minecraft/commands/Commands.java
-index 937b5fe4be3573bc47754d627b60a112122a8d83..a19d132f6a71356f91b19197f02ccf312bb4b7c3 100644
+index f52e9732524b62b0fecdc48e099163f31fe367b4..c5c9fb28fe858e2900e43f8aafccddf63f09676e 100644
--- a/src/main/java/net/minecraft/commands/Commands.java
+++ b/src/main/java/net/minecraft/commands/Commands.java
@@ -448,7 +448,12 @@ public class Commands {