summaryrefslogtreecommitdiffstats
path: root/src/Items
diff options
context:
space:
mode:
authorMathias <mathias-github@users.noreply.github.com>2016-01-31 01:25:03 +0100
committerMathias <mathias-github@users.noreply.github.com>2016-01-31 01:25:03 +0100
commit89f3dec7ac67e4fbcbc300824a86aea66f487b30 (patch)
tree9fcdeb086ab771b7cc2280f37dab99ac4914a3ee /src/Items
parentMerge pull request #2913 from mathias-github/master (diff)
downloadcuberite-89f3dec7ac67e4fbcbc300824a86aea66f487b30.tar
cuberite-89f3dec7ac67e4fbcbc300824a86aea66f487b30.tar.gz
cuberite-89f3dec7ac67e4fbcbc300824a86aea66f487b30.tar.bz2
cuberite-89f3dec7ac67e4fbcbc300824a86aea66f487b30.tar.lz
cuberite-89f3dec7ac67e4fbcbc300824a86aea66f487b30.tar.xz
cuberite-89f3dec7ac67e4fbcbc300824a86aea66f487b30.tar.zst
cuberite-89f3dec7ac67e4fbcbc300824a86aea66f487b30.zip
Diffstat (limited to 'src/Items')
-rw-r--r--src/Items/ItemSlab.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Items/ItemSlab.h b/src/Items/ItemSlab.h
index 97f721c2f..e51c6675b 100644
--- a/src/Items/ItemSlab.h
+++ b/src/Items/ItemSlab.h
@@ -121,7 +121,7 @@ public:
The client has a bug when a slab replaces snow and there's a slab above it.
The client then combines the slab above, rather than replacing the snow.
We send the block above the currently placed block back to the client to fix the bug.
- Ref.: http://forum.mc-server.org/showthread.php?tid=434&pid=17388#pid17388
+ Ref.: https://forum.cuberite.org/thread-434-post-17388.html#pid17388
*/
if ((a_BlockFace == BLOCK_FACE_TOP) && (a_BlockY < cChunkDef::Height - 1))
{