(svn r19054) -Fix [FS#3598]: when banning yourself via rcon do not send the 'command response' to the client as the connection has already been terminated

This commit is contained in:
rubidium 2010-02-07 18:28:09 +00:00
parent fb9b833dc4
commit f47f3a4157
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ NetworkClientSocket::~NetworkClientSocket()
this->command_queue = p;
}
if (_redirect_console_to_client == this->client_id) _redirect_console_to_client = INVALID_CLIENT_ID;
this->client_id = INVALID_CLIENT_ID;
this->status = STATUS_INACTIVE;
}