From 86a11e7bc88733ab60a1ac3e5dc122cc5683a9b0 Mon Sep 17 00:00:00 2001
From: havoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Date: Mon, 30 Apr 2007 22:44:19 +0000
Subject: [PATCH] mvdsv sucks (changed *ver from showing a string like
 DarkPlaces Linux 14:15:44 Apr 30 2007, to simply \*ver\dp)

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7219 d7cf8633-e32d-0410-b094-e92efae38249
---
 host_cmd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/host_cmd.c b/host_cmd.c
index ad1046c0..95647886 100644
--- a/host_cmd.c
+++ b/host_cmd.c
@@ -2393,7 +2393,7 @@ Host_InitCommands
 */
 void Host_InitCommands (void)
 {
-	dpsnprintf(cls.userinfo, sizeof(cls.userinfo), "\\name\\player\\team\\none\\topcolor\\0\\bottomcolor\\0\\rate\\10000\\msg\\1\\noaim\\1\\*ver\\%s", engineversion);
+	dpsnprintf(cls.userinfo, sizeof(cls.userinfo), "\\name\\player\\team\\none\\topcolor\\0\\bottomcolor\\0\\rate\\10000\\msg\\1\\noaim\\1\\*ver\\dp");
 
 	Cmd_AddCommand_WithClientCommand ("status", Host_Status_f, Host_Status_f, "print server status information");
 	Cmd_AddCommand ("quit", Host_Quit_f, "quit the game");
-- 
2.39.5