mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
fixed spell mistake
This commit is contained in:
parent
17408123f5
commit
5c5b744490
|
@ -1730,7 +1730,7 @@ void CServer::CheckPass(int ClientId, const char *pPw)
|
|||
}
|
||||
if(level != -1)
|
||||
{
|
||||
char buf[128]="Authentication successful. Remote console access grantedfor ClientId=%d with level=%d";
|
||||
char buf[128]="Authentication successful. Remote console access granted for ClientId=%d with level=%d";
|
||||
SetRconLevel(ClientId,level);
|
||||
str_format(buf,sizeof(buf),buf,ClientId,level);
|
||||
SendRconLine(ClientId, buf);
|
||||
|
|
Loading…
Reference in a new issue