(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

pull/155/head
rubidium 15 years ago
parent 45e12aa841
commit 5eb860dabe

@ -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;
}

Loading…
Cancel
Save