mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
checkpointy; hotfixy
This commit is contained in:
@@ -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;
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user