mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
4 lines
190 B
Lua
4 lines
190 B
Lua
|
minetest.register_on_chatcommand(function(name, command, params)
|
||
|
minetest.log("action", "[devtest] Caught command '"..command.."', issued by '"..name.."'. Parameters: '"..params.."'")
|
||
|
end)
|