Skip to content

Commit

Permalink
Fix PacketStencilTable
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander authored and bculkin2442 committed Feb 21, 2014
1 parent bc19758 commit 517c841
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -43,6 +43,7 @@ public void decodeInto (ChannelHandlerContext ctx, ByteBuf buffer)
x = buffer.readInt();
y = buffer.readInt();
z = buffer.readInt();
contents = ByteBufUtils.readItemStack(buffer);
}

@Override
Expand Down

0 comments on commit 517c841

Please sign in to comment.