mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08: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)
|
bool CServer::IsAuthed(int ClientID)
|
||||||
{
|
{
|
||||||
if(m_aClients[ClientID].m_Authed)
|
return m_aClients[ClientID].m_Authed;
|
||||||
return true;
|
|
||||||
return false;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
int CServer::GetClientInfo(int ClientID, CClientInfo *pInfo)
|
int CServer::GetClientInfo(int ClientID, CClientInfo *pInfo)
|
||||||
|
|
Loading…
Reference in a new issue