From: cloudwalk Date: Mon, 8 Jun 2020 15:33:27 +0000 (+0000) Subject: Add topcolor to clientfromserver so quake15 stops spamming the console X-Git-Url: https://git.xonotic.org/?a=commitdiff_plain;h=152e4e93b96fe787a9783acf3ceb72399df5af5c;p=xonotic%2Fdarkplaces.git Add topcolor to clientfromserver so quake15 stops spamming the console git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12654 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/host_cmd.c b/host_cmd.c index 280ce6a6..bcf349dc 100644 --- a/host_cmd.c +++ b/host_cmd.c @@ -3145,6 +3145,7 @@ void Host_InitCommands (void) Cmd_AddCommand(&cmd_client, "packet", Host_Packet_f, "send a packet to the specified address:port containing a text string"); Cmd_AddCommand(&cmd_clientfromserver, "packet", Host_Packet_f, "send a packet to the specified address:port containing a text string"); Cmd_AddCommand(&cmd_client, "topcolor", Host_TopColor_f, "QW command to set top color without changing bottom color"); + Cmd_AddCommand(&cmd_clientfromserver, "topcolor", Host_TopColor_f, "QW command to set top color without changing bottom color"); Cmd_AddCommand(&cmd_client, "bottomcolor", Host_BottomColor_f, "QW command to set bottom color without changing top color"); Cmd_AddCommand(&cmd_client, "fixtrans", Image_FixTransparentPixels_f, "change alpha-zero pixels in an image file to sensible values, and write out a new TGA (warning: SLOW)");