diff --git a/server/commands/menu_commands.c b/server/commands/menu_commands.c index f371e9d..7d84fe5 100644 --- a/server/commands/menu_commands.c +++ b/server/commands/menu_commands.c @@ -190,8 +190,8 @@ menu_add_item_func(Client *c, int argc, char **argv) menu_add_item(menu, item); menuscreen_inform_item_modified(menu); - /* are there any options (starting with '-')? - * call menu_set_item() with a temporarily allocated argv */ + /* call menu_set_item() with a temporarily allocated argv + * to process the remaining options */ if ((argc > 5) || (argv[4][0] == '-')) { // menu_add_item [] // menu_set_item {