Use warning for TSM chests success instead of print
This commit is contained in:
parent
ff17a70010
commit
b8c18c1ee6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue