Look, I'm learning!

This commit is contained in:
Robbie Ferguson 2016-05-18 15:48:04 -04:00
parent acf9658732
commit a3d18f5a70

@ -262,7 +262,7 @@ local function tpe(player)
local options = { 'x', 'y', 'z' }
local axis = options[math.random(3)]
for i = 1,times do
minetest.after(1, function() tpj(axis,distance) ) -- do this every 1 second
minetest.after(1, function() tpj(axis,distance) end) -- do this every 1 second
end
end