mirror of
https://codeberg.org/AntumLuanti/mod-cleaner.git
synced 2025-03-15 04:41:22 +00:00
Add FIXME note
This commit is contained in:
parent
9ca550703b
commit
93fa96d6c2
1 changed files with 1 additions and 0 deletions
1
chat.lua
1
chat.lua
|
@ -135,6 +135,7 @@ local function format_params(cmd)
|
||||||
local def = get_cmd_def(cmd)
|
local def = get_cmd_def(cmd)
|
||||||
|
|
||||||
local param_count
|
local param_count
|
||||||
|
-- FIXME: unused?
|
||||||
local all_params = {}
|
local all_params = {}
|
||||||
if def.params then
|
if def.params then
|
||||||
for _, p in ipairs(def.params) do
|
for _, p in ipairs(def.params) do
|
||||||
|
|
Loading…
Add table
Reference in a new issue