Use warning for TSM chests success instead of print

This commit is contained in:
rubenwardy 2018-01-26 22:23:08 +00:00
parent ff17a70010
commit b8c18c1ee6

View file

@ -213,5 +213,5 @@ function place_chests(minp, maxp, seed, number_chests)
end
end
print("Spawned " .. chests_placed .. "/" .. number_chests .. " chests after " .. attempts .. " attempts!")
minetest.log("warning", "Spawned " .. chests_placed .. "/" .. number_chests .. " chests after " .. attempts .. " attempts!")
end