1
0

Merge branch 'master' into Enchanting

This commit is contained in:
daniel0916
2014-04-18 15:04:32 +02:00
29 changed files with 1513 additions and 432 deletions

View File

@@ -2145,7 +2145,7 @@ void cClientHandle::SendExplosion(double a_BlockX, double a_BlockY, double a_Blo
}
// Update the statistics:
m_NumExplosionsThisTick += 1;
m_NumExplosionsThisTick++;
m_Protocol->SendExplosion(a_BlockX, a_BlockY, a_BlockZ, a_Radius, a_BlocksAffected, a_PlayerMotion);
}