summaryrefslogtreecommitdiffstats
path: root/src/Items/ItemSlab.h
diff options
context:
space:
mode:
authorJulian Laubstein <julianlaubstein@yahoo.de>2016-01-31 01:54:23 +0100
committerJulian Laubstein <julianlaubstein@yahoo.de>2016-01-31 01:54:23 +0100
commit57e6fd654b919fbd3813158e5a76de4b1933ebfa (patch)
tree9fcdeb086ab771b7cc2280f37dab99ac4914a3ee /src/Items/ItemSlab.h
parentMerge pull request #2913 from mathias-github/master (diff)
parentUpdated old forum links (diff)
downloadcuberite-57e6fd654b919fbd3813158e5a76de4b1933ebfa.tar
cuberite-57e6fd654b919fbd3813158e5a76de4b1933ebfa.tar.gz
cuberite-57e6fd654b919fbd3813158e5a76de4b1933ebfa.tar.bz2
cuberite-57e6fd654b919fbd3813158e5a76de4b1933ebfa.tar.lz
cuberite-57e6fd654b919fbd3813158e5a76de4b1933ebfa.tar.xz
cuberite-57e6fd654b919fbd3813158e5a76de4b1933ebfa.tar.zst
cuberite-57e6fd654b919fbd3813158e5a76de4b1933ebfa.zip
Diffstat (limited to 'src/Items/ItemSlab.h')
-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))
{