Skip to content

Commit

Permalink
Fix PacketStencilTable
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander committed Feb 20, 2014
1 parent 46fe013 commit 2138681
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 2138681

Please sign in to comment.