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", "stationName": "Czermin",
"stationURL": "https://td2.info.pl/scenerie/czermin/", "stationURL": "https://td2.info.pl/scenerie/czermin/",
"stationLines": "", "stationLines": "",
"reqLevel": "6", "reqLevel": "8",
"supportersOnly": "NIE", "supportersOnly": "NIE",
"signalType": "współczesna", "signalType": "współczesna",
"controlType": "SCS", "controlType": "SCS",
+2 -1
View File
@@ -113,6 +113,7 @@ export default class Store extends VuexModule {
private stationList: Station[] = []; private stationList: Station[] = [];
private trainList: Train[] = []; private trainList: Train[] = [];
private spawnList: { spawnName: string; spawnLength: number }[] = [];
//GETTERS //GETTERS
get getAllData() { get getAllData() {
@@ -122,7 +123,7 @@ export default class Store extends VuexModule {
trainCount: this.trainCount, trainCount: this.trainCount,
stationCount: this.stationCount, stationCount: this.stationCount,
dataConnectionStatus: this.dataConnectionStatus, dataConnectionStatus: this.dataConnectionStatus,
timetableDataStatus: this.timetableLoaded timetableDataStatus: this.timetableLoaded,
}; };
} }