From fac55d0278ec3880bd2c09506d904ea330ebb74a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Guilloux?= Date: Sat, 30 Aug 2025 21:11:09 +0200 Subject: [PATCH] Fix #14506, aac3a5b6: Restore prefilling of _stations_nearby_list (#14551) --- src/station_gui.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/station_gui.cpp b/src/station_gui.cpp index a5726c0919..34cb5c5cfa 100644 --- a/src/station_gui.cpp +++ b/src/station_gui.cpp @@ -2458,6 +2458,7 @@ void ShowSelectBaseStationIfNeeded(TileArea ta, StationPickerCmdProc&& proc) { if (StationJoinerNeeded(proc)) { if (!_settings_client.gui.persistent_buildingtools) ResetObjectToPlace(); + FindStationsNearby(ta, false); new SelectStationWindow(_select_station_desc, ta, std::move(proc)); } else { proc(false, StationID::Invalid());