1
0

Removed the unnecessary LoopPlayersAndBroadcastChat() functions.

This commit is contained in:
madmaxoft
2014-02-15 23:26:19 +01:00
parent 3582c4bc60
commit 52cd9dfe9f
4 changed files with 19 additions and 23 deletions

View File

@@ -1747,7 +1747,7 @@ void cWorld::BroadcastBlockEntity(int a_BlockX, int a_BlockY, int a_BlockZ, cons
void cWorld::LoopPlayersAndBroadcastChat(const AString & a_Message, eMessageType a_ChatPrefix, const cClientHandle * a_Exclude)
void cWorld::BroadcastChat(const AString & a_Message, const cClientHandle * a_Exclude, eMessageType a_ChatPrefix)
{
cCSLock Lock(m_CSPlayers);
for (cPlayerList::iterator itr = m_Players.begin(); itr != m_Players.end(); ++itr)