Type the legacy role registry

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
bbassie
2026-08-07 15:31:43 +00:00
co-authored by Claude Opus 5
parent 300196bc76
commit 76ecc37d3f
3 changed files with 15 additions and 11 deletions
+2 -1
View File
@@ -551,7 +551,8 @@ function ExpUtil.move_items_to_surface(options)
options.item = item
entity = ExpUtil.get_storage_for_stack(options)
entity.insert(options.item)
assert(options.item).clear()
local item_stack = options.item --[[@as LuaItemStack]]
item_stack.clear()
end
end
return entity