diff options
author | Julian Laubstein <julianlaubstein@yahoo.de> | 2016-01-31 01:54:23 +0100 |
---|---|---|
committer | Julian Laubstein <julianlaubstein@yahoo.de> | 2016-01-31 01:54:23 +0100 |
commit | 57e6fd654b919fbd3813158e5a76de4b1933ebfa (patch) | |
tree | 9fcdeb086ab771b7cc2280f37dab99ac4914a3ee /src/Items/ItemSlab.h | |
parent | Merge pull request #2913 from mathias-github/master (diff) | |
parent | Updated old forum links (diff) | |
download | cuberite-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 '')
-rw-r--r-- | src/Items/ItemSlab.h | 2 |
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)) { |