summaryrefslogtreecommitdiffstats
path: root/src/Entities/Entity.cpp
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/Entities/Entity.cpp
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/Entities/Entity.cpp')
-rw-r--r--src/Entities/Entity.cpp2
1 files changed, 1 insertions, 1 deletions
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()
);