Remove dublicate eye offset

master
Casimir 2015-11-28 11:16:52 +01:00
parent 7a5d8d82ac
commit ec38af7414
1 changed files with 0 additions and 6 deletions

View File

@ -4,9 +4,3 @@ local modpath = minetest.get_modpath("uforun")
dofile(modpath.."/player.lua")
dofile(modpath.."/ufo.lua")
-- Proberties
minetest.register_on_joinplayer(function(player)
player:set_eye_offset({x=0,y=-10,z=0},{x=0,y=0,z=0})
end)