X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=host_cmd.c;h=80b62d1c13da9f1a236090990b61a18f594d5f61;hp=8a616af2a65a410121ae51f5c8d99dbc8cb02c0c;hb=5bdc0879026939f551a3ff217064732d59731be2;hpb=85f59b573580b932d59c71d46f6fb15d1c7c66cd diff --git a/host_cmd.c b/host_cmd.c index 8a616af2..80b62d1c 100644 --- a/host_cmd.c +++ b/host_cmd.c @@ -829,7 +829,7 @@ void Host_Say(qboolean teamonly) SV_ClientPrint(text); host_client = save; - Sys_Print(&text[1]); + //Con_Print(&text[1]); } @@ -1189,7 +1189,7 @@ void Host_Spawn_f (void) PR_ExecuteProgram (pr_global_struct->ClientConnect, "QC function ClientConnect is missing"); if ((Sys_DoubleTime() - host_client->connecttime) <= sv.time) - Sys_Printf("%s entered the game\n", host_client->name); + Con_Printf("%s entered the game\n", host_client->name); PR_ExecuteProgram (pr_global_struct->PutClientInServer, "QC function PutClientInServer is missing"); } @@ -1662,7 +1662,7 @@ void Host_Startdemos_f (void) Con_Printf("Max %i demos in demoloop\n", MAX_DEMOS); c = MAX_DEMOS; } - Con_DPrintf("%i demo(s) in loop\n", c); + Con_Printf("%i demo(s) in loop\n", c); for (i=1 ; i