mirror of
https://github.com/SmallJoker/boost_cart.git
synced 2025-02-18 21:23:43 +01:00
Hacky bugfix: Force updating player attachment rotation after detach
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user