mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
Zaktualizowano listę scenerii (1.3.2)
This commit is contained in:
+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