]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - host_cmd.c
darkplaces now compiles in mingw
[xonotic/darkplaces.git] / host_cmd.c
index cd5b852182641cb56d5179a3ba6281f6686da657..226b1f13c60516348b1b288bfe3bf3f3158d5b8f 100644 (file)
@@ -78,7 +78,7 @@ void Host_Status_f (void)
                print = SV_ClientPrintf;
 
        print ("host:    %s\n", Cvar_VariableString ("hostname"));
-       print ("version: %s build %i\n", gamename, buildnumber);
+       print ("version: %s build %s\n", gamename, buildstring);
        if (tcpipAvailable)
                print ("tcp/ip:  %s\n", my_tcpip_address);
        if (ipxAvailable)
@@ -714,8 +714,7 @@ void Host_Name_f (void)
        
 void Host_Version_f (void)
 {
-       Con_Printf ("Version: %s build %i\n", gamename, buildnumber);
-       Con_Printf ("Exe: "__TIME__" "__DATE__"\n");
+       Con_Printf ("Version: %s build %s\n", gamename, buildstring);
 }
 
 void Host_Say(qboolean teamonly)