From 89f3dec7ac67e4fbcbc300824a86aea66f487b30 Mon Sep 17 00:00:00 2001 From: Mathias Date: Sun, 31 Jan 2016 02:25:03 +0200 Subject: Updated old forum links --- src/Items/ItemSlab.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Items') 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)) { -- cgit v1.2.3