1
0
Fork 0

Fixed eating using wrong animation

This commit is contained in:
Tiger Wang 2013-12-06 20:28:27 +00:00
parent 008c515b4b
commit 289e8cba21
1 changed files with 1 additions and 1 deletions

View File

@ -572,7 +572,7 @@ void cPlayer::StartEating(void)
m_EatingFinishTick = m_World->GetWorldAge() + EATING_TICKS;
// Send the packets:
m_World->BroadcastPlayerAnimation(*this, 5);
m_World->BroadcastPlayerAnimation(*this, 3);
m_World->BroadcastEntityMetadata(*this);
}