train_cmd.c
changeset 2425 e755ee29133a
parent 2360 4e4ebe18e448
child 2436 7d5df545bd5d
--- a/train_cmd.c	Wed Sep 14 17:21:30 2005 +0000
+++ b/train_cmd.c	Wed Sep 14 18:03:38 2005 +0000
@@ -1043,7 +1043,7 @@
 						new_f->orders = first->orders;
 						new_f->num_orders = first->num_orders;
 						first->orders = NULL; // XXX - to not to delete the orders */
-						ShowTrainViewWindow(new_f);
+						if (IsLocalPlayer()) ShowTrainViewWindow(new_f);
 					}
 				}
 			}