Renamed back EntityAnimation to PlayerAnimation
This fixes #411 and partially reverts
30ead79049
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user