mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-02-18 10:02:12 +00:00
Make the new 'cycleweap' command autocompleteable.
This commit is contained in:
parent
e053710dbc
commit
52b5698014
1 changed files with 1 additions and 0 deletions
|
@ -621,6 +621,7 @@ CL_InitLocal(void)
|
||||||
Cmd_AddCommand("weapprev", NULL);
|
Cmd_AddCommand("weapprev", NULL);
|
||||||
Cmd_AddCommand("listentities", NULL);
|
Cmd_AddCommand("listentities", NULL);
|
||||||
Cmd_AddCommand("teleport", NULL);
|
Cmd_AddCommand("teleport", NULL);
|
||||||
|
Cmd_AddCommand("cycleweap", NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue