diff options
Diffstat (limited to 'builtin/common/chatcommands.lua')
-rw-r--r-- | builtin/common/chatcommands.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/builtin/common/chatcommands.lua b/builtin/common/chatcommands.lua index 817f1f526..cf20ec0d8 100644 --- a/builtin/common/chatcommands.lua +++ b/builtin/common/chatcommands.lua @@ -74,6 +74,7 @@ if INIT == "client" then local def = {} def.description = desc def.params = "del <item> | add <item> | list" + def.list_setting = setting function def.func(param) local list = (minetest.settings:get(setting) or ""):split(",") if param == "list" then |