]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - host_cmd.c
reenabled echoing of player messages to server console (why were they disabled??)
[xonotic/darkplaces.git] / 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]);
 }