Skip to content

Commit

Permalink
Devtest: Fix missing log level in minetest.log (#11068)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wuzzy2 committed Mar 15, 2021
1 parent 88b052c commit 88f514a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion games/devtest/mods/experimental/commands.lua
Expand Up @@ -215,5 +215,5 @@ minetest.register_chatcommand("test_place_nodes", {
})

core.register_on_chatcommand(function(name, command, params)
minetest.log("caught command '"..command.."', issued by '"..name.."'. Parameters: '"..params.."'")
minetest.log("action", "caught command '"..command.."', issued by '"..name.."'. Parameters: '"..params.."'")
end)

0 comments on commit 88f514a

Please sign in to comment.