bunch of fixes and improvements

This commit is contained in:
Jake Potrebic 2024-04-26 23:17:58 -07:00
parent 81f4405e26
commit 91b5de66bf
No known key found for this signature in database
GPG key ID: ECE0B3C133C016C5
60 changed files with 430 additions and 175 deletions

View file

@ -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(" ");