Allow dummy to rcon too

This commit is contained in:
def 2014-04-27 12:51:02 +02:00
parent ed05b601e3
commit 94c81fd9ab

View file

@ -382,8 +382,8 @@ void CClient::SendReady()
void CClient::RconAuth(const char *pName, const char *pPassword) void CClient::RconAuth(const char *pName, const char *pPassword)
{ {
if(RconAuthed()) //if(RconAuthed())
return; // return;
CMsgPacker Msg(NETMSG_RCON_AUTH); CMsgPacker Msg(NETMSG_RCON_AUTH);
Msg.AddString(pName, 32); Msg.AddString(pName, 32);