mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-11-10 14:41:42 +00:00
Don't need a call to va() for this
This commit is contained in:
parent
5a882a72e4
commit
387dc9d6ff
1 changed files with 1 additions and 1 deletions
|
@ -1695,7 +1695,7 @@ CL_ResetPureClientAtServer
|
|||
=================
|
||||
*/
|
||||
void CL_ResetPureClientAtServer( void ) {
|
||||
CL_AddReliableCommand(va("vdr"), qfalse);
|
||||
CL_AddReliableCommand("vdr", qfalse);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue