mirror of
https://github.com/ioquake/ioq3.git
synced 2025-05-30 00:20:59 +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…
Add table
Add a link
Reference in a new issue