0
0
Fork 0
mirror of https://github.com/UberGames/ioef.git synced 2025-03-22 17:00:58 +00:00

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

View file

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