diff options
author | worktycho <work.tycho@gmail.com> | 2015-06-25 15:33:13 +0200 |
---|---|---|
committer | worktycho <work.tycho@gmail.com> | 2015-06-25 15:33:13 +0200 |
commit | fc2834e74b98b5ac58ee90b2713a2eaa6b60dc9c (patch) | |
tree | 014cf458e3c0a3d9fb9890a283028578c3811a62 /src/Items | |
parent | Merge pull request #2288 from cuberite/melonFix (diff) | |
parent | Doors now get placed on the server-side. (diff) | |
download | cuberite-fc2834e74b98b5ac58ee90b2713a2eaa6b60dc9c.tar cuberite-fc2834e74b98b5ac58ee90b2713a2eaa6b60dc9c.tar.gz cuberite-fc2834e74b98b5ac58ee90b2713a2eaa6b60dc9c.tar.bz2 cuberite-fc2834e74b98b5ac58ee90b2713a2eaa6b60dc9c.tar.lz cuberite-fc2834e74b98b5ac58ee90b2713a2eaa6b60dc9c.tar.xz cuberite-fc2834e74b98b5ac58ee90b2713a2eaa6b60dc9c.tar.zst cuberite-fc2834e74b98b5ac58ee90b2713a2eaa6b60dc9c.zip |
Diffstat (limited to 'src/Items')
-rw-r--r-- | src/Items/ItemDoor.h | 1 |
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)) |