]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
mvdsv sucks (changed *ver from showing a string like DarkPlaces Linux
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 30 Apr 2007 22:44:19 +0000 (22:44 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 30 Apr 2007 22:44:19 +0000 (22:44 +0000)
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

index ad1046c0b71243d9d9c9d59b800991a4a3da637a..95647886cc0d0a433bf11514e080302e4c0ed096 100644 (file)
@@ -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");