mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-24 21:12:27 +00:00
correct a docco goof on the allskins command
This commit is contained in:
parent
d3e280a088
commit
c3208b87e7
1 changed files with 1 additions and 1 deletions
|
@ -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 ();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue