network_server.c
changeset 1834 52de5b434670
parent 1820 d03c56850dc2
child 1962 8254df1b359b
--- a/network_server.c	Tue May 17 16:07:48 2005 +0000
+++ b/network_server.c	Tue May 17 18:22:59 2005 +0000
@@ -1036,12 +1036,11 @@
 			NetworkTextMessage(action, GetDrawStringPlayerColor(ci->client_playas-1), false, ci->client_name, "%s", msg);
 			if (from_index == NETWORK_SERVER_INDEX)
 				show_local = false;
-			ci_to = ci;
+			ci_to = ci_own;
 		}
 
 		/* There is no such player */
-		if (ci_to == NULL)
-			break;
+		if (ci_to == NULL) break;
 
 		// Display the message locally (so you know you have sent it)
 		if (ci != NULL && show_local) {