summaryrefslogtreecommitdiffstats
path: root/src/ClientHandle.cpp
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2013-12-18 18:57:35 +0100
committerMattes D <github@xoft.cz>2013-12-18 18:57:35 +0100
commitd6d42c36ea99170635044c1c156d5388693774f8 (patch)
tree48d4d4eec9a819d9b83a40969e96cbf8f86ea206 /src/ClientHandle.cpp
parentRemoved offending tr1/memory header inclusion. (diff)
parentRenamed back EntityAnimation to PlayerAnimation (diff)
downloadcuberite-d6d42c36ea99170635044c1c156d5388693774f8.tar
cuberite-d6d42c36ea99170635044c1c156d5388693774f8.tar.gz
cuberite-d6d42c36ea99170635044c1c156d5388693774f8.tar.bz2
cuberite-d6d42c36ea99170635044c1c156d5388693774f8.tar.lz
cuberite-d6d42c36ea99170635044c1c156d5388693774f8.tar.xz
cuberite-d6d42c36ea99170635044c1c156d5388693774f8.tar.zst
cuberite-d6d42c36ea99170635044c1c156d5388693774f8.zip
Diffstat (limited to 'src/ClientHandle.cpp')
-rw-r--r--src/ClientHandle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ClientHandle.cpp b/src/ClientHandle.cpp
index 8a41b5fac..9565fc41f 100644
--- a/src/ClientHandle.cpp
+++ b/src/ClientHandle.cpp
@@ -1060,7 +1060,7 @@ void cClientHandle::HandlePlayerMoveLook(double a_PosX, double a_PosY, double a_
void cClientHandle::HandleAnimation(char a_Animation)
{
- if (cPluginManager::Get()->CallHookEntityAnimation(*m_Player, a_Animation))
+ if (cPluginManager::Get()->CallHookPlayerAnimation(*m_Player, a_Animation))
{
// Plugin disagrees, bail out
return;