Skip to content

Commit

Permalink
Omg so stupid
Browse files Browse the repository at this point in the history
  • Loading branch information
mchorse committed Sep 1, 2018
1 parent 866eb8c commit 17ccbdb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public void processMethod(String name, MethodNode method)
if (label != null)
{
InsnList list = new InsnList();
String desc = BBCoreClassTransformer.obfuscated ? "(Ladz;)V" : "(Lnet/minecraft/item/ItemStack;)Z";
String desc = BBCoreClassTransformer.obfuscated ? "(Ladz;)Z" : "(Lnet/minecraft/item/ItemStack;)Z";

list.add(new VarInsnNode(Opcodes.ALOAD, 1));
list.add(new MethodInsnNode(Opcodes.INVOKESTATIC, "mchorse/blockbuster/client/RenderingHandler", "renderItemStack", desc, false));
Expand Down

0 comments on commit 17ccbdb

Please sign in to comment.