From 3d0401f633a89d720ae988c821c322c43aa20618 Mon Sep 17 00:00:00 2001 From: SmallJoker Date: Sat, 9 Aug 2014 17:38:41 +0200 Subject: [PATCH] Fail demon was here. --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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