We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88b052c commit 88f514aCopy full SHA for 88f514a
games/devtest/mods/experimental/commands.lua
@@ -215,5 +215,5 @@ minetest.register_chatcommand("test_place_nodes", {
215
})
216
217
core.register_on_chatcommand(function(name, command, params)
218
- minetest.log("caught command '"..command.."', issued by '"..name.."'. Parameters: '"..params.."'")
+ minetest.log("action", "caught command '"..command.."', issued by '"..name.."'. Parameters: '"..params.."'")
219
end)
0 commit comments