Fixed command and rendering of the sentient arrow.
This commit is contained in:
parent
10c6829482
commit
7706d0667a
2 changed files with 7 additions and 5 deletions
|
@ -63,7 +63,7 @@ public class CommandBloodMagic extends CommandBase
|
|||
|
||||
ISubCommand subCommand = subCommands.get(args[0]);
|
||||
String[] subArgs = Arrays.copyOfRange(args, 1, args.length);
|
||||
subCommand.processSubCommand(commandSender, subArgs);
|
||||
subCommand.processSubCommand(server, commandSender, subArgs);
|
||||
} else
|
||||
{
|
||||
commandSender.addChatMessage(new TextComponentString(TextHelper.localizeEffect("commands.error.unknown")));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue