apparently I can't change a single line of code these days

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40655
This commit is contained in:
David Anderson 2007-03-19 05:39:11 +00:00
parent ec0e0dca63
commit 1bb6f90d2e

View File

@ -119,7 +119,7 @@ void PlayerManager::RunAuthChecks()
pPlayer->m_IsAuthorized = true; pPlayer->m_IsAuthorized = true;
/* Mark as removed from queue */ /* Mark as removed from queue */
unsigned int client = i; unsigned int client = m_AuthQueue[i];
m_AuthQueue[i] = 0; m_AuthQueue[i] = 0;
removed++; removed++;