diff --git a/src/network/core/tcp_game.cpp b/src/network/core/tcp_game.cpp index ec41d13272..24a4726efc 100644 --- a/src/network/core/tcp_game.cpp +++ b/src/network/core/tcp_game.cpp @@ -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; }