1
0
Fork 0

Fixed arm swing animation

* Fixes #1861
This commit is contained in:
Tiger Wang 2015-04-17 15:33:40 +01:00
parent ffe7dae4fc
commit 15afff1eab
1 changed files with 1 additions and 1 deletions

View File

@ -2106,7 +2106,7 @@ void cProtocol180::HandlePacketLoginStart(cByteBuffer & a_ByteBuffer)
void cProtocol180::HandlePacketAnimation(cByteBuffer & a_ByteBuffer)
{
m_Client->HandleAnimation(1); // Packet exists solely for arm-swing notification
m_Client->HandleAnimation(0); // Packet exists solely for arm-swing notification
}