mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 21:38:13 +00:00
Zaktualizowano listę scenerii (1.3.2)
This commit is contained in:
@@ -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
@@ -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,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user