| 1815 | |
| 1816 | |
| 1817 | void cWorld::BroadcastBlockBreakAnimation(int a_EntityID, int a_BlockX, int a_BlockY, int a_BlockZ, char a_Stage, const cClientHandle * a_Exclude) |
| 1818 | { |
| 1819 | m_ChunkMap->BroadcastBlockBreakAnimation(a_EntityID, a_BlockX, a_BlockY, a_BlockZ, a_Stage, a_Exclude); |
| 1820 | } |
| 1821 | |
| 1822 | |
| 1823 |
no outgoing calls
no test coverage detected