Merge pull request 'Fix lightning boat crash' (#2990) from fix_lightning_boat_crash into master

Reviewed-on: MineClone2/MineClone2#2990
Reviewed-by: PrairieWind <prairie.astronomer1@gmail.com>
This commit is contained in:
PrairieWind 2022-11-20 19:12:38 +00:00
commit 9cfbbef41d
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