diff options
author | Mattes D <github@xoft.cz> | 2013-12-18 18:57:35 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2013-12-18 18:57:35 +0100 |
commit | d6d42c36ea99170635044c1c156d5388693774f8 (patch) | |
tree | 48d4d4eec9a819d9b83a40969e96cbf8f86ea206 /src/ClientHandle.cpp | |
parent | Removed offending tr1/memory header inclusion. (diff) | |
parent | Renamed back EntityAnimation to PlayerAnimation (diff) | |
download | cuberite-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.cpp | 2 |
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; |