Apply error log level to bug reports (#13)
This commit is contained in:
parent
53f062ab72
commit
96c73e14d9
2
init.lua
2
init.lua
@ -87,7 +87,7 @@ end
|
||||
|
||||
function ts_doors.register_door(item, description, texture, sounds, recipe)
|
||||
if not minetest.registered_nodes[item] then
|
||||
minetest.log("[ts_doors] bug found: "..item.." is not a registered node. Cannot create doors")
|
||||
minetest.log("error", "[ts_doors] Bug found: "..item.." is not a registered node. Can not create doors.")
|
||||
return
|
||||
end
|
||||
if not sounds then
|
||||
|
Loading…
x
Reference in New Issue
Block a user