mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-19 14:38:18 +00:00
Merge branch 'master' of http://github.com/SushiTee/teeworlds-stuff
This commit is contained in:
commit
00c53adffb
|
@ -295,9 +295,7 @@ int CServer::Init()
|
|||
|
||||
bool CServer::IsAuthed(int ClientID)
|
||||
{
|
||||
if(m_aClients[ClientID].m_Authed)
|
||||
return true;
|
||||
return false;
|
||||
return m_aClients[ClientID].m_Authed;
|
||||
}
|
||||
|
||||
int CServer::GetClientInfo(int ClientID, CClientInfo *pInfo)
|
||||
|
|
Loading…
Reference in a new issue