summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHowaner <franzi.moos@googlemail.com>2014-11-15 14:21:53 +0100
committerHowaner <franzi.moos@googlemail.com>2014-11-15 14:21:53 +0100
commit6b967921b98452f7c4206d99584cbd97886e4298 (patch)
tree8cd6c3f77b265887c39efa5c991c5907c17931b5
parentRemoved test code. (diff)
downloadcuberite-InteractRewrite.tar
cuberite-InteractRewrite.tar.gz
cuberite-InteractRewrite.tar.bz2
cuberite-InteractRewrite.tar.lz
cuberite-InteractRewrite.tar.xz
cuberite-InteractRewrite.tar.zst
cuberite-InteractRewrite.zip
-rw-r--r--src/ClientHandle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ClientHandle.cpp b/src/ClientHandle.cpp
index df3317270..35a55ccda 100644
--- a/src/ClientHandle.cpp
+++ b/src/ClientHandle.cpp
@@ -948,7 +948,7 @@ void cClientHandle::HandleSwingArm()
if (Tracer.Trace(Start.x, Start.y, Start.z, End.x, End.y, End.z))
{
// Air click.
- LOGD("%s do a left click to the air!", m_Player->GetName());
+ LOGD("%s do a left click to the air!", m_Player->GetName().c_str());
// Call the left click hook with BLOCK_FACE_NONE
cRoot::Get()->GetPluginManager()->CallHookPlayerLeftClick(*m_Player, 0, 0, 0, BLOCK_FACE_NONE);