From: havoc Date: Mon, 30 Apr 2007 22:44:19 +0000 (+0000) Subject: mvdsv sucks (changed *ver from showing a string like DarkPlaces Linux X-Git-Tag: xonotic-v0.1.0preview~3227 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=86a11e7bc88733ab60a1ac3e5dc122cc5683a9b0;p=xonotic%2Fdarkplaces.git 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 --- 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");