1
0

Improved comments for cWorld::DoWithPlayer().

This commit is contained in:
Mattes D
2014-11-30 11:11:47 +01:00
parent d8e6931fe6
commit a73c800377
2 changed files with 3 additions and 2 deletions

View File

@@ -2678,7 +2678,7 @@ bool cWorld::ForEachPlayer(cPlayerListCallback & a_Callback)
bool cWorld::DoWithPlayer(const AString & a_PlayerName, cPlayerListCallback & a_Callback)
{
// Calls the callback for each player in the list
// Calls the callback for the specified player in the list
cCSLock Lock(m_CSPlayers);
for (cPlayerList::iterator itr = m_Players.begin(); itr != m_Players.end(); ++itr)
{