mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
fixed my last commit
This commit is contained in:
parent
74f9e46750
commit
a1935036d5
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue