summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbibo38 <bibo38@github.com>2015-06-25 16:17:03 +0200
committerbibo38 <bibo38@github.com>2015-06-25 16:17:03 +0200
commit31466fda5f55b8202ae8599ae437337321dba547 (patch)
tree014cf458e3c0a3d9fb9890a283028578c3811a62
parentMerge pull request #2288 from cuberite/melonFix (diff)
downloadcuberite-31466fda5f55b8202ae8599ae437337321dba547.tar
cuberite-31466fda5f55b8202ae8599ae437337321dba547.tar.gz
cuberite-31466fda5f55b8202ae8599ae437337321dba547.tar.bz2
cuberite-31466fda5f55b8202ae8599ae437337321dba547.tar.lz
cuberite-31466fda5f55b8202ae8599ae437337321dba547.tar.xz
cuberite-31466fda5f55b8202ae8599ae437337321dba547.tar.zst
cuberite-31466fda5f55b8202ae8599ae437337321dba547.zip
-rw-r--r--src/Items/ItemDoor.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Items/ItemDoor.h b/src/Items/ItemDoor.h
index 2e4767349..e92c567fb 100644
--- a/src/Items/ItemDoor.h
+++ b/src/Items/ItemDoor.h
@@ -32,7 +32,6 @@ public:
{
return false;
}
- AddFaceDirection(a_BlockX, a_BlockY, a_BlockZ, a_BlockFace);
// Door (bottom block) can be placed in Y range of [1, 254]:
if ((a_BlockY < 1) || (a_BlockY >= cChunkDef::Height - 2))