From cacfff008faecee82975abeddadc6c34cc9481cb Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Wed, 19 Apr 2023 17:54:45 +0300 Subject: [PATCH] engine: common: enable autocomplete for mp3 command --- engine/common/con_utils.c | 1 + 1 file changed, 1 insertion(+) diff --git a/engine/common/con_utils.c b/engine/common/con_utils.c index a54def57..9c11cd7f 100644 --- a/engine/common/con_utils.c +++ b/engine/common/con_utils.c @@ -1029,6 +1029,7 @@ autocomplete_list_t cmd_list[] = { "play", 1, Cmd_GetSoundList }, { "map", 1, Cmd_GetMapList }, { "cd", 1, Cmd_GetCDList }, +{ "mp3", 1, Cmd_GetCDList }, { NULL }, // termiantor };