| 2012 | |
| 2013 | |
| 2014 | void cWorld::BroadcastRemoveEntityEffect(const cEntity & a_Entity, int a_EffectID, const cClientHandle * a_Exclude) |
| 2015 | { |
| 2016 | m_ChunkMap->BroadcastRemoveEntityEffect(a_Entity, a_EffectID, a_Exclude); |
| 2017 | } |
| 2018 | |
| 2019 | |
| 2020 |
no outgoing calls
no test coverage detected