fix(mod-api): validate active block storage

This commit is contained in:
Bo Layer
2026-08-23 03:20:43 -06:00
parent 3b7fc42858
commit d17f0725d8
4 changed files with 15 additions and 3 deletions
+2 -2
View File
@@ -913,8 +913,8 @@ M.VERMILION_DOCK = {
-- the ship is long gone: erase her right away, and anyone who
-- still lands here is sent back out past the guard unless a mod
-- explicitly permits this occupied map state. This hook surrounds
-- only the ejection decision; the map's complete onEnter chain has
-- already run and the departed ship remains erased.
-- only the ejection decision; map-script registration and dispatch
-- stay unchanged, and the departed ship remains erased.
for _, b in ipairs(DOCK_SHIP_BLOCKS) do
ow.map:setBlock(b.bx, b.by, b.water)
end