diff options
Diffstat (limited to 'games/devtest/mods/experimental/commands.lua')
| -rw-r--r-- | games/devtest/mods/experimental/commands.lua | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/games/devtest/mods/experimental/commands.lua b/games/devtest/mods/experimental/commands.lua index 4cec2e687..fc09be954 100644 --- a/games/devtest/mods/experimental/commands.lua +++ b/games/devtest/mods/experimental/commands.lua @@ -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) |
