Remove debugging.
This commit is contained in:
parent
fd2b4d8389
commit
f0aeb4855e
3 changed files with 15 additions and 2 deletions
|
@ -153,8 +153,8 @@ local function generate(p_minp, p_maxp, seed)
|
|||
end
|
||||
end
|
||||
|
||||
--if not underzone and fun_caves.is_fortress(minp, csize) then
|
||||
if not underzone then
|
||||
if not underzone and fun_caves.is_fortress(minp, csize) then
|
||||
--if not underzone then
|
||||
fun_caves.fortress(minp, maxp, data, area, node)
|
||||
write = true
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue