X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=sv_user.c;h=fcfc4de2326cfc07a4db38b9c4782f5a973e57cc;hb=d16e68dc386ffe0c8f66ebf4e3a51bb6c276ff2c;hp=3f68714b15eab2cecf6277a7b437b8af3c79d4ff;hpb=eb4ba64882865ed0e70d3204e80c8f33cb1bc260;p=xonotic%2Fdarkplaces.git diff --git a/sv_user.c b/sv_user.c index 3f68714b..fcfc4de2 100644 --- a/sv_user.c +++ b/sv_user.c @@ -877,7 +877,7 @@ void SV_ReadClientMessage(void) clc_stringcmd_invalid: Con_Printf("Received invalid stringcmd from %s\n", host_client->name); - if(developer.integer) + if(developer.integer > 0) Com_HexDumpToConsole((unsigned char *) s, strlen(s)); break;