Skip to content

Commit 88f514a

Browse files
authoredMar 15, 2021
Devtest: Fix missing log level in minetest.log (#11068)
1 parent 88b052c commit 88f514a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎games/devtest/mods/experimental/commands.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -215,5 +215,5 @@ minetest.register_chatcommand("test_place_nodes", {
215215
})
216216

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

0 commit comments

Comments
 (0)
Please sign in to comment.