diff --git a/src/components/Global/RegionDropdown.vue b/src/components/Global/RegionDropdown.vue index 42fc10b..aa6552a 100644 --- a/src/components/Global/RegionDropdown.vue +++ b/src/components/Global/RegionDropdown.vue @@ -84,7 +84,7 @@ export default defineComponent({ regionList() { return regionsJSON.map((region) => { const regionStationCount = this.store.activeSceneryList.filter( - (scenery) => scenery.region == region.id + (scenery) => scenery.region == region.id && scenery.dispatcherId != -1 ).length; const regionTrainCount =