1
0

Merge pull request #891 from mc-server/fixes

Fixes to redstone & general
This commit is contained in:
Mattes D
2014-04-17 22:37:00 +02:00
18 changed files with 462 additions and 335 deletions

View File

@@ -590,7 +590,7 @@ void cPlayer::FinishEating(void)
m_EatingFinishTick = -1;
// Send the packets:
m_ClientHandle->SendEntityStatus(*this, ENTITY_STATUS_EATING_ACCEPTED);
m_ClientHandle->SendEntityStatus(*this, esPlayerEatingAccepted);
m_World->BroadcastEntityAnimation(*this, 0);
m_World->BroadcastEntityMetadata(*this);