summaryrefslogtreecommitdiffstats
path: root/nms-patches/CommandDebug.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/CommandDebug.patch')
-rw-r--r--nms-patches/CommandDebug.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/nms-patches/CommandDebug.patch b/nms-patches/CommandDebug.patch
index e7adc470..68da6b1f 100644
--- a/nms-patches/CommandDebug.patch
+++ b/nms-patches/CommandDebug.patch
@@ -1,6 +1,6 @@
--- a/net/minecraft/server/CommandDebug.java
+++ b/net/minecraft/server/CommandDebug.java
-@@ -32,6 +32,14 @@
+@@ -34,6 +34,14 @@
}
public void execute(MinecraftServer minecraftserver, ICommandListener icommandlistener, String[] astring) throws CommandException {
@@ -15,7 +15,7 @@
if (astring.length < 1) {
throw new ExceptionUsage("commands.debug.usage", new Object[0]);
} else {
-@@ -140,6 +148,13 @@
+@@ -142,6 +150,13 @@
}
public List<String> tabComplete(MinecraftServer minecraftserver, ICommandListener icommandlistener, String[] astring, @Nullable BlockPosition blockposition) {