forked from minetest-mods/camera
Add load message to the "action" log
This commit is contained in:
2
init.lua
2
init.lua
@ -388,3 +388,5 @@ minetest.register_chatcommand("camera", {
|
|||||||
end
|
end
|
||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
minetest.log("action", "[camera] loaded.")
|
||||||
|
Reference in New Issue
Block a user