diff --git a/init.lua b/init.lua index 6e86bfa..91d29fa 100644 --- a/init.lua +++ b/init.lua @@ -43,7 +43,7 @@ function boost_cart.cart:on_rightclick(clicker) clicker:set_detach() elseif not self.driver then self.driver = player_name - clicker:set_attach(self.object, "", {x=0,y=0.5,z=0}, {x=0,y=0,z=0}) + clicker:set_attach(self.object, "", {x=0, y=5, z=0}, {x=0, y=0, z=0}) end end