diff --git a/src/App.vue b/src/App.vue index ec19925..0f2ea49 100644 --- a/src/App.vue +++ b/src/App.vue @@ -59,7 +59,7 @@ export default class App extends Vue { @Action("synchronizeData") synchronizeData; @Getter("getAllData") data; - private VERSION = "1.3.2"; + private VERSION = "1.3.3"; get dataStatusClass() { if (this.data.dataConnectionStatus == 0) return "loading"; diff --git a/src/components/SceneryView/SceneryInfo.vue b/src/components/SceneryView/SceneryInfo.vue index 3769579..dbd679c 100644 --- a/src/components/SceneryView/SceneryInfo.vue +++ b/src/components/SceneryView/SceneryInfo.vue @@ -28,7 +28,7 @@ icon-spawn - {{ stationInfo.spawnString.length }} + {{ stationInfo.spawns.length }} icon-timetable @@ -108,13 +108,25 @@ GRACZE ONLINE icon-user -