mirror of
https://gitlab.com/gaelysam/mapgen_rivers.git
synced 2024-12-28 20:00:41 +01:00
Remove debug print
This commit is contained in:
parent
c8b96e2836
commit
dcc71225ae
@ -44,7 +44,6 @@ local function estimate_spawn_level(pos, use_distort)
|
|||||||
end
|
end
|
||||||
|
|
||||||
local function get_spawn_level(x, z)
|
local function get_spawn_level(x, z)
|
||||||
print(x, z)
|
|
||||||
local pos = {x=x, z=z}
|
local pos = {x=x, z=z}
|
||||||
local suitable, y = estimate_spawn_level(pos, false)
|
local suitable, y = estimate_spawn_level(pos, false)
|
||||||
if not suitable then
|
if not suitable then
|
||||||
|
Loading…
Reference in New Issue
Block a user