Added maplist command. The function was in, but it was never registered.

This commit is contained in:
Dan Olson 2000-05-31 14:16:08 +00:00
parent 38daae8b5a
commit de18dc1c84

View file

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