Zaktualizowano listę scenerii (1.3.2)

This commit is contained in:
2020-11-28 22:29:51 +01:00
parent 373525065d
commit b54b8ec8ad
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -1970,7 +1970,7 @@
"stationName": "Czermin",
"stationURL": "https://td2.info.pl/scenerie/czermin/",
"stationLines": "",
"reqLevel": "6",
"reqLevel": "8",
"supportersOnly": "NIE",
"signalType": "współczesna",
"controlType": "SCS",
+2 -1
View File
@@ -113,6 +113,7 @@ export default class Store extends VuexModule {
private stationList: Station[] = [];
private trainList: Train[] = [];
private spawnList: { spawnName: string; spawnLength: number }[] = [];
//GETTERS
get getAllData() {
@@ -122,7 +123,7 @@ export default class Store extends VuexModule {
trainCount: this.trainCount,
stationCount: this.stationCount,
dataConnectionStatus: this.dataConnectionStatus,
timetableDataStatus: this.timetableLoaded
timetableDataStatus: this.timetableLoaded,
};
}