fixed entering a private server on a map change without password. Closes #142

This commit is contained in:
oy 2010-06-26 17:59:59 +02:00
parent 2a570196ef
commit 9130c91841

View file

@ -1067,7 +1067,7 @@ int CServer::Run()
for(int c = 0; c < MAX_CLIENTS; c++)
{
if(m_aClients[c].m_State == CClient::STATE_EMPTY)
if(m_aClients[c].m_State <= CClient::STATE_AUTH)
continue;
SendMap(c);