correct a docco goof on the allskins command

This commit is contained in:
Bill Currie 2001-02-16 01:48:49 +00:00
parent d3e280a088
commit c3208b87e7
1 changed files with 1 additions and 1 deletions

View File

@ -303,7 +303,7 @@ void
Skin_Init (void)
{
Cmd_AddCommand ("skins", Skin_Skins_f, "Download all skins that are currently in use");
Cmd_AddCommand ("allskins", Skin_AllSkins_f, "Download all skins that are currently in use");
Cmd_AddCommand ("allskins", Skin_AllSkins_f, "Force all player skins to one skin");
Cmd_AddCommand ("color", CL_Color_f, "The pant and shirt color (color shirt pants) Note that if only shirt color is given, pants will match");
Skin_Init_Translation ();
}