train_cmd.c
changeset 2425 99e1e8430a28
parent 2360 09e42e4ee139
child 2436 177cb6a8339f
--- 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);
 					}
 				}
 			}