Fixed command and rendering of the sentient arrow.

This commit is contained in:
WayofTime 2016-03-18 13:21:45 -04:00
parent 10c6829482
commit 7706d0667a
2 changed files with 7 additions and 5 deletions

View file

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