Fix commands

This commit is contained in:
cyberpwn
2021-08-31 10:12:23 -04:00
parent 82666d62ef
commit 43f9efb9e4
27 changed files with 332 additions and 148 deletions

View File

@@ -436,7 +436,7 @@ public class VolmitSender implements CommandSender {
}
public void sendHeader(String name) {
sendHeader(name, 46);
sendHeader(name, 44);
}