engine: common: enable autocomplete for mp3 command

This commit is contained in:
Alibek Omarov 2023-04-19 17:54:45 +03:00
parent 398cec626e
commit cacfff008f
1 changed files with 1 additions and 0 deletions

View File

@ -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
};