Skip to content

Commit

Permalink
Improve Camouflage Packet
Browse files Browse the repository at this point in the history
  • Loading branch information
Nedelosk committed Oct 10, 2016
1 parent ff9942d commit e069484
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,5 @@ public void onPacketData(DataInputStreamForestry data, EntityPlayer player) {
player.worldObj.markBlockRangeForRenderUpdate(getPos(), getPos());
}
}

if (handler != null) {
handler.setCamouflageBlock(camouflageType, camouflageStack);
}
}
}

0 comments on commit e069484

Please sign in to comment.