mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-18 18:55:29 +02:00
DevTest: Move chat command logging to separate mod
This commit is contained in:
@@ -288,7 +288,3 @@ minetest.register_chatcommand("test_place_nodes", {
|
||||
return true, "Emerging area …"
|
||||
end,
|
||||
})
|
||||
|
||||
core.register_on_chatcommand(function(name, command, params)
|
||||
minetest.log("action", "caught command '"..command.."', issued by '"..name.."'. Parameters: '"..params.."'")
|
||||
end)
|
||||
|
Reference in New Issue
Block a user