portals 1

This commit is contained in:
2026-06-13 17:58:04 -05:00
parent 49d32eedf5
commit 6818f0545a
9 changed files with 151 additions and 7 deletions
+1
View File
@@ -712,6 +712,7 @@ impl TryFrom<MapFile> for Board {
portals,
board_script_name: mf.map.board_script_name,
load_errors,
registry: std::collections::HashMap::new(),
})
}
}