This commit is contained in:
Novatux 2015-02-20 10:33:05 +01:00
parent d1d8f50375
commit c5290e9c1c

View File

@ -227,7 +227,7 @@ end
local function turtle_place(turtle, cptr, dir)
tl.close_form(turtle)
local player, pointed_thing = turtles.create_turtle_player(turtle, dir, ANYDIR)
local player, pointed_thing = turtles.create_turtle_player(turtle, dir, ANY)
if pointed_thing == nil then return end
local formspec = minetest.get_meta(pointed_thing.under):get_string("formspec")
if formspec ~= "" then