From 6b967921b98452f7c4206d99584cbd97886e4298 Mon Sep 17 00:00:00 2001 From: Howaner Date: Sat, 15 Nov 2014 14:21:53 +0100 Subject: Fixed compiling. --- src/ClientHandle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3