Skip to content

Commit

Permalink
removed debugging output
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeb187 committed Jul 14, 2019
1 parent 96f4da9 commit 58576b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.lua
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ function settlements.check_distance_other_settlements(center_new_chunk)
-- local min_dist_settlements = 300
for i, pos in ipairs(settlements_in_world) do
local distance = vector.distance(center_new_chunk, pos)
minetest.chat_send_all("dist ".. distance)
-- minetest.chat_send_all("dist ".. distance)
if distance < settlements.min_dist_settlements then
return false
end
Expand Down

0 comments on commit 58576b9

Please sign in to comment.