From c3208b87e7936a44d8ef453d960823d09e1a866d Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Fri, 16 Feb 2001 01:48:49 +0000 Subject: [PATCH] correct a docco goof on the allskins command --- source/skin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/skin.c b/source/skin.c index 0330872..d927cd1 100644 --- a/source/skin.c +++ b/source/skin.c @@ -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 (); }