Don't need a call to va() for this

This commit is contained in:
Thilo Schulz 2009-10-12 03:21:02 +00:00
parent 5a882a72e4
commit 387dc9d6ff
1 changed files with 1 additions and 1 deletions

View File

@ -1695,7 +1695,7 @@ CL_ResetPureClientAtServer
=================
*/
void CL_ResetPureClientAtServer( void ) {
CL_AddReliableCommand(va("vdr"), qfalse);
CL_AddReliableCommand("vdr", qfalse);
}
/*