1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-17 18:35:20 +02:00
Files
luanti/games/devtest/mods/log/init.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)