MCPcopy Create free account
hub / github.com/ddnet/ddnet / LogoutKey

Method LogoutKey

src/engine/server/server.cpp:4216–4221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4214}
4215
4216void CServer::LogoutKey(int Key, const char *pReason)
4217{
4218 for(int i = 0; i < MAX_CLIENTS; i++)
4219 if(m_aClients[i].m_AuthKey == Key)
4220 LogoutClient(i, pReason);
4221}
4222
4223void CServer::ConchainRconPasswordChangeGeneric(const char *pRoleName, const char *pCurrent, IConsole::IResult *pResult)
4224{

Callers 2

ConAuthUpdateMethod · 0.80
ConAuthUpdateHashedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected