Eliminate the final default.log

master
Wuzzy 2022-05-04 18:05:04 +02:00
parent 431fd7fc7a
commit 75812fb9e6
1 changed files with 2 additions and 2 deletions

View File

@ -114,8 +114,8 @@ function default.grow_sapling(pos, variety)
minetest.after(0, grow)
default.log("A " .. variety .. " tree sapling grows at " ..
minetest.pos_to_string(pos), "info")
minetest.log("action", "[rp_default] A " .. variety .. " tree sapling grows at " ..
minetest.pos_to_string(pos))
end
-- Make preexisting trees restart the growing process