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