1
0
spogulis no https://github.com/SmallJoker/boost_cart.git synced 2025-07-10 04:00:32 +02:00

Set driver to nil (like before)

The driver variable is not handled by boost_cart:manage_attachment
Šī revīzija ir iekļauta:
SmallJoker
2020-05-16 19:13:26 +02:00
vecāks 30f870e88c
revīzija c8f7cae2c8

Parādīt failu

@ -94,6 +94,7 @@ end
-- 0.5.x and later: When the driver leaves
function cart_entity:on_detach_child(child)
if child and child:get_player_name() == self.driver then
self.driver = nil
boost_cart:manage_attachment(child, nil)
end
end