File diff r10309:e7c29c5ab1a6 → r10310:bfae42dc59ac
src/network/network_data.cpp
Show inline comments
 
@@ -53,7 +53,7 @@ void NetworkSend_Command(TileIndex tile,
 
		c.callback = 0; // _callback_table[0] == NULL
 
	}
 

	
 
	ttd_strlcpy(c.text, (_cmd_text != NULL) ? _cmd_text : "", lengthof(c.text));
 
	strecpy(c.text, (_cmd_text != NULL) ? _cmd_text : "", lastof(c.text));
 

	
 
	if (_network_server) {
 
		/* If we are the server, we queue the command in our 'special' queue.