Add load message to the "action" log

This commit is contained in:
sys4-fr 2018-12-24 03:33:15 +01:00
parent 6f98272452
commit ca268ec9b9
1 changed files with 2 additions and 0 deletions

View File

@ -388,3 +388,5 @@ minetest.register_chatcommand("camera", {
end
end,
})
minetest.log("action", "[camera] loaded.")