feat(map): share canonical Foundry presentation

This commit is contained in:
Codex
2026-07-29 17:55:25 +03:00
parent bc1c0dd6e6
commit 65644a8609
5 changed files with 383 additions and 61 deletions
+4 -1
View File
@@ -103,7 +103,10 @@ export async function fetchMapRuntimeConfiguration(
!isRecord(document.assets) ||
document.assets.imagery !== 2 ||
document.assets.terrain !== 1 ||
document.assets.buildings !== 96188
document.assets.buildings !== 96188 ||
(document.sandbox !== undefined &&
(!isRecord(document.sandbox) ||
typeof document.sandbox.hide_credit_overlay !== "boolean"))
) {
throw new MapRuntimeError("map_runtime_contract_mismatch");
}