Changeset - r14475:993a8541f807
[Not reviewed]
master
0 1 0
rubidium - 14 years ago 2010-02-07 18:28:09
rubidium@openttd.org
(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
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/network/core/tcp_game.cpp
Show inline comments
 
@@ -42,6 +42,7 @@ NetworkClientSocket::~NetworkClientSocke
 
		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;
 
}
0 comments (0 inline, 0 general)