X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=host_cmd.c;h=507188bf2d4f0c8fc78746b941af2def076c84e3;hb=1379b5eec769986c83c7de2ba63fd581de7ea147;hp=7a6fd9b5a26d5b9de8a7cad28570cc317152ebf4;hpb=d3cbcdb8091d7f08cd8bd90095671b8caa770414;p=xonotic%2Fdarkplaces.git diff --git a/host_cmd.c b/host_cmd.c index 7a6fd9b5..507188bf 100644 --- a/host_cmd.c +++ b/host_cmd.c @@ -847,11 +847,11 @@ void Host_Color_f(void) int playercolor; dfunction_t *f; func_t SV_ChangeTeam; - + if (Cmd_Argc() == 1) { Con_Printf ("\"color\" is \"%i %i\"\n", cl_color.integer >> 4, cl_color.integer & 15); - Con_Printf ("color <0-13> [0-13]\n"); + Con_Printf ("color <0-15> [0-15]\n"); return; }