fixed my last commit

This commit is contained in:
GreYFoXGTi 2010-10-12 09:35:09 +02:00
parent 74f9e46750
commit a1935036d5

View file

@ -1505,7 +1505,7 @@ void CServer::ConLogin(IConsole::IResult *pResult, void *pUser, int ClientId)
if(pResult->NumArguments())
((CServer *)pUser)->CheckPass(ClientId, pResult->GetString(0));
else
SetRconLevel(ClientId, 0);
((CServer *)pUser)->SetRconLevel(ClientId, 0);
}
void CServer::RegisterCommands()