Browse Source

engine: common: enable autocomplete for mp3 command

pull/2/head
Alibek Omarov 1 year ago
parent
commit
cacfff008f
  1. 1
      engine/common/con_utils.c

1
engine/common/con_utils.c

@ -1029,6 +1029,7 @@ autocomplete_list_t cmd_list[] = @@ -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
};

Loading…
Cancel
Save