Make the new 'cycleweap' command autocompleteable.

This commit is contained in:
Yamagi Burmeister 2019-10-01 20:55:27 +02:00
parent e053710dbc
commit 52b5698014

View file

@ -621,6 +621,7 @@ CL_InitLocal(void)
Cmd_AddCommand("weapprev", NULL);
Cmd_AddCommand("listentities", NULL);
Cmd_AddCommand("teleport", NULL);
Cmd_AddCommand("cycleweap", NULL);
}
/*