summaryrefslogtreecommitdiff
path: root/src/order_gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/order_gui.cpp')
-rw-r--r--src/order_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/order_gui.cpp b/src/order_gui.cpp
index 29ab47296..a854cff21 100644
--- a/src/order_gui.cpp
+++ b/src/order_gui.cpp
@@ -636,7 +636,7 @@ public:
this->selected_order = -1;
this->vehicle = v;
- if (_settings_client.gui.quick_goto) {
+ if (_settings_client.gui.quick_goto && v->owner == _local_company) {
/* If there are less than 2 station, make Go To active. */
int station_orders = 0;
const Order *order;