Hacky bugfix: Force updating player attachment rotation after detach

This commit is contained in:
SmallJoker 2017-11-06 17:38:12 +01:00
parent e19d8701ce
commit 4498605509
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@ function boost_cart:manage_attachment(player, obj)
else
player:set_detach()
player:set_eye_offset({x=0, y=0, z=0},{x=0, y=0, z=0})
-- HACK in effect! Force updating the attachment rotation
player:set_properties({})
end
end