Remove debugging.

This commit is contained in:
Duane 2016-06-07 21:19:24 -05:00
parent fd2b4d8389
commit f0aeb4855e
3 changed files with 15 additions and 2 deletions

View file

@ -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