chore: added missing checkpoints data fallback for unknown sceneries

This commit is contained in:
2025-09-06 01:57:59 +02:00
parent fba335d0c7
commit bc1c446c37
4 changed files with 88 additions and 20 deletions
+1
View File
@@ -170,6 +170,7 @@ export interface ActiveScenery {
confirmed: number;
unconfirmed: number;
};
missingCheckpoints: string[];
}
export interface ScenerySpawn {