mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-01-22 16:01:25 +00:00
Added maplist command. The function was in, but it was never registered.
This commit is contained in:
parent
38daae8b5a
commit
de18dc1c84
1 changed files with 2 additions and 0 deletions
|
@ -1176,6 +1176,8 @@ void CL_Init (void)
|
|||
Cmd_AddCommand ("skins", Skin_Skins_f);
|
||||
Cmd_AddCommand ("allskins", Skin_AllSkins_f);
|
||||
|
||||
Cmd_AddCommand ("maplist", COM_Maplist_f);
|
||||
|
||||
Cmd_AddCommand ("quit", CL_Quit_f);
|
||||
|
||||
Cmd_AddCommand ("connect", CL_Connect_f);
|
||||
|
|
Loading…
Reference in a new issue