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/Entities/Entity.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Entities/Entity.cpp') diff --git a/src/Entities/Entity.cpp b/src/Entities/Entity.cpp index aeb70b552..d4097f734 100644 --- a/src/Entities/Entity.cpp +++ b/src/Entities/Entity.cpp @@ -1554,7 +1554,7 @@ void cEntity::SetSwimState(cChunk & a_Chunk) if (!a_Chunk.UnboundedRelGetBlockType(RelX, RelY, RelZ, BlockIn)) { // This sometimes happens on Linux machines - // Ref.: http://forum.mc-server.org/showthread.php?tid=1244 + // Ref.: https://forum.cuberite.org/thread-1244.html LOGD("SetSwimState failure: RelX = %d, RelZ = %d, Pos = %.02f, %.02f}", RelX, RelY, GetPosX(), GetPosZ() ); -- cgit v1.2.3