Fix lightning boat crash

This commit is contained in:
cora 2022-11-20 02:54:42 +01:00
parent d738eb0554
commit adfbf4bc64
1 changed files with 1 additions and 0 deletions

View File

@ -109,6 +109,7 @@ local function attach_object(self, obj)
end
local function detach_object(obj, change_pos)
if not obj or not obj:get_pos() then return end
obj:set_detach()
obj:set_properties({visual_size = get_visual_size(obj)})
if obj:is_player() then