fix calls since rename

This commit is contained in:
Tai @ Flex 2016-12-05 03:42:15 +00:00
parent 24cddca121
commit 8f97948167

View File

@ -29,9 +29,9 @@ end
dofile("coordmapping.lua")
function giveme(x,z)
local y = skytardis.derive_altitude(x,z)
local bounds = skytardis.derive_blockbounds(x,z)
print("For "..tostring(x)..","..tostring(z).." we go to:\t"..tostring(y) .. " -> "..tostring(y+64).." / "..dump(bounds))
local y = skytardis:derive_altitude(x,z)
local bounds = skytardis:derive_blockbounds(x,z)
print("For "..tostring(x)..","..tostring(z).." we go to:\t"..tostring(y) .. " -> "..tostring(y+64).." / "..dump(bounds))
end
local testspots = {