This commit is contained in:
Pahimar 2015-05-29 21:56:13 -04:00
parent 502d9d59cd
commit a6b06b50ae
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ public class CommandSetItemNotRecoverable extends CommandBase
}
}
AbilityRegistryProxy.setAsRecoverable(itemStack);
AbilityRegistryProxy.setAsNotRecoverable(itemStack);
func_152373_a(commandSender, this, Messages.Commands.SET_ITEM_NOT_RECOVERABLE_SUCCESS, new Object[]{commandSender.getCommandSenderName(), itemStack.func_151000_E()});
}
}