summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockCloth.h
diff options
context:
space:
mode:
authorTiger Wang <ziwei.tiger@hotmail.co.uk>2014-07-14 22:57:44 +0200
committerTiger Wang <ziwei.tiger@hotmail.co.uk>2014-07-14 22:57:44 +0200
commit5b1552435f95887ba59c707e3635dcaf9cb358f4 (patch)
treef804248a5eb61c2b5a947dc574d1221f7b31b987 /src/Blocks/BlockCloth.h
parentMaybe improved arrow sinking (diff)
downloadcuberite-5b1552435f95887ba59c707e3635dcaf9cb358f4.tar
cuberite-5b1552435f95887ba59c707e3635dcaf9cb358f4.tar.gz
cuberite-5b1552435f95887ba59c707e3635dcaf9cb358f4.tar.bz2
cuberite-5b1552435f95887ba59c707e3635dcaf9cb358f4.tar.lz
cuberite-5b1552435f95887ba59c707e3635dcaf9cb358f4.tar.xz
cuberite-5b1552435f95887ba59c707e3635dcaf9cb358f4.tar.zst
cuberite-5b1552435f95887ba59c707e3635dcaf9cb358f4.zip
Diffstat (limited to '')
-rw-r--r--src/Blocks/BlockCloth.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/Blocks/BlockCloth.h b/src/Blocks/BlockCloth.h
index a136d3b9d..3c1ae7c25 100644
--- a/src/Blocks/BlockCloth.h
+++ b/src/Blocks/BlockCloth.h
@@ -16,13 +16,6 @@ public:
{
}
-
- virtual void ConvertToPickups(cItems & a_Pickups, NIBBLETYPE a_BlockMeta) override
- {
- a_Pickups.push_back(cItem(E_BLOCK_WOOL, 1, a_BlockMeta));
- }
-
-
virtual const char * GetStepSound(void) override
{
return "step.cloth";