fix: fix most OOBs, and also fix maxY in WorldPlugin
This commit is contained in:
@@ -94,6 +94,8 @@ public class CommandHandlerPlugin {
|
||||
|
||||
final String[] splitInput = input.trim().split("\\s+");
|
||||
|
||||
if (splitInput.length == 0) return null;
|
||||
|
||||
final String commandName = splitInput[0];
|
||||
|
||||
final Command command = findCommand(commands, commandName);
|
||||
|
||||
Reference in New Issue
Block a user