]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
reenabled echoing of player messages to server console (why were they disabled??)
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 30 May 2005 21:10:24 +0000 (21:10 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 30 May 2005 21:10:24 +0000 (21:10 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5360 d7cf8633-e32d-0410-b094-e92efae38249

host_cmd.c

index 355ad472a0968a1cea0aef33ccd25b94eb2ca7d3..01fcc7d2a4b7d8ad7414a923aa04851d8fa27d5f 100644 (file)
@@ -356,7 +356,7 @@ void Host_Restart_f (void)
        allowcheats = sv_cheats.integer != 0;
        strcpy(mapname, sv.name);
        SV_SpawnServer(mapname);
-       if (sv.active && cls.state == ca_disconnected) 
+       if (sv.active && cls.state == ca_disconnected)
        {
                SV_VM_Begin();
                CL_EstablishConnection("local:1");
@@ -951,7 +951,7 @@ void Host_Say(qboolean teamonly)
                        SV_ClientPrint(text);
        host_client = save;
 
-       //Con_Print(&text[1]);
+       Con_Print(&text[1]);
 }