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

@@ -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);
}