Change print to minetest.log

This commit is contained in:
teknomunk 2024-05-18 11:38:02 +00:00
parent caeebcec60
commit 5907415762
1 changed files with 1 additions and 2 deletions

View File

@ -123,8 +123,7 @@ local function spawn_fire(pos, age)
age = math.random(1,5) + adjacent_age
end
if age <= 1 then
print("new flash point at "..vector.to_string(pos).." age="..tostring(age))
print(debug.traceback())
minetest.log("warning","new flash point at "..vector.to_string(pos).." age="..tostring(age)..",backtrace = "..debug.traceback())
end
-- Limit fire spread