Add mod name in rp_explosions log msg

This commit is contained in:
Wuzzy 2024-05-30 22:02:07 +02:00
parent bdde3ba1bb
commit 24b1abdfdd

View File

@ -434,7 +434,7 @@ local function trace_explode(pos, strength, raydirs, radius, info, direct, sourc
end
-- Log explosion
minetest.log("action", "Explosion at " .. pos_to_string(pos) .. " with strength " .. strength .. " and radius " ..
minetest.log("action", "[rp_explosions] Explosion at " .. pos_to_string(pos) .. " with strength " .. strength .. " and radius " ..
radius)
end