diff options
author | Mathias <mathias-github@users.noreply.github.com> | 2016-01-31 01:25:03 +0100 |
---|---|---|
committer | Mathias <mathias-github@users.noreply.github.com> | 2016-01-31 01:25:03 +0100 |
commit | 89f3dec7ac67e4fbcbc300824a86aea66f487b30 (patch) | |
tree | 9fcdeb086ab771b7cc2280f37dab99ac4914a3ee /src/ClientHandle.cpp | |
parent | Merge pull request #2913 from mathias-github/master (diff) | |
download | cuberite-89f3dec7ac67e4fbcbc300824a86aea66f487b30.tar cuberite-89f3dec7ac67e4fbcbc300824a86aea66f487b30.tar.gz cuberite-89f3dec7ac67e4fbcbc300824a86aea66f487b30.tar.bz2 cuberite-89f3dec7ac67e4fbcbc300824a86aea66f487b30.tar.lz cuberite-89f3dec7ac67e4fbcbc300824a86aea66f487b30.tar.xz cuberite-89f3dec7ac67e4fbcbc300824a86aea66f487b30.tar.zst cuberite-89f3dec7ac67e4fbcbc300824a86aea66f487b30.zip |
Diffstat (limited to '')
-rw-r--r-- | src/ClientHandle.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ClientHandle.cpp b/src/ClientHandle.cpp index 4e882b5d8..792ca49b5 100644 --- a/src/ClientHandle.cpp +++ b/src/ClientHandle.cpp @@ -1366,7 +1366,7 @@ void cClientHandle::HandleRightClick(int a_BlockX, int a_BlockY, int a_BlockZ, e { // Only compare ItemType, not meta (torches have different metas) // The -1 check is there because sometimes the client sends -1 instead of the held item - // Ref.: http://forum.mc-server.org/showthread.php?tid=549&pid=4502#pid4502 + // Ref.: https://forum.cuberite.org/thread-549-post-4502.html#pid4502 LOGWARN("Player %s tried to place a block that was not equipped (exp %d, got %d)", m_Username.c_str(), Equipped.m_ItemType, a_HeldItem.m_ItemType ); |