bunch of fixes and improvements
This commit is contained in:
parent
81f4405e26
commit
91b5de66bf
60 changed files with 430 additions and 175 deletions
|
@ -5,10 +5,10 @@ Subject: [PATCH] Empty commands shall not be dispatched
|
|||
|
||||
|
||||
diff --git a/src/main/java/net/minecraft/commands/Commands.java b/src/main/java/net/minecraft/commands/Commands.java
|
||||
index 2fb4660147294de9e9dec70bc3527327f2d859ee..83091987b320171ef9071cbef6b10a1bd72d38e2 100644
|
||||
index 5044a7dc120c8b040ee23365d2bf97e6180e3ee4..43695b31cf23555d3d8a28b031ae6245f96ad1f7 100644
|
||||
--- a/src/main/java/net/minecraft/commands/Commands.java
|
||||
+++ b/src/main/java/net/minecraft/commands/Commands.java
|
||||
@@ -290,6 +290,7 @@ public class Commands {
|
||||
@@ -288,6 +288,7 @@ public class Commands {
|
||||
command = event.getCommand();
|
||||
|
||||
String[] args = command.split(" ");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue