mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
Allow dummy to rcon too
This commit is contained in:
parent
ed05b601e3
commit
94c81fd9ab
|
@ -382,8 +382,8 @@ void CClient::SendReady()
|
|||
|
||||
void CClient::RconAuth(const char *pName, const char *pPassword)
|
||||
{
|
||||
if(RconAuthed())
|
||||
return;
|
||||
//if(RconAuthed())
|
||||
// return;
|
||||
|
||||
CMsgPacker Msg(NETMSG_RCON_AUTH);
|
||||
Msg.AddString(pName, 32);
|
||||
|
|
Loading…
Reference in a new issue