Fail demon was here.

This commit is contained in:
SmallJoker 2014-08-09 17:38:41 +02:00
parent 59b1512cc3
commit 3d0401f633
1 changed files with 1 additions and 1 deletions

View File

@ -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