checkpointy; hotfixy

This commit is contained in:
2024-02-10 22:42:35 +01:00
parent fc0c04ec9d
commit 90b2099955
11 changed files with 83 additions and 106 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ export default defineComponent({
onlineDispatchersCount() {
return this.store.activeSceneryList.filter(
(scenery) => scenery.region == this.store.region.id
(scenery) => scenery.region == this.store.region.id && scenery.dispatcherId != -1
).length;
},