Small change in player position on carpet

master
Amaz 2015-03-13 16:08:46 +00:00
parent 03a8662b42
commit 910261fb6d
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ function carpet:on_rightclick(clicker)
end
elseif not self.driver then
self.driver = clicker
clicker:set_attach(self.object, "", {x=0,y=10.1,z=0}, {x=0,y=90,z=0})
clicker:set_attach(self.object, "", {x=-4,y=10.1,z=0}, {x=0,y=90,z=0})
default.player_attached[name] = true
minetest.after(0.2, function()
default.player_set_animation(clicker, "sit" , 10)