diff options
Diffstat (limited to 'code/client')
-rw-r--r-- | code/client/cl_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/client/cl_main.c b/code/client/cl_main.c index c3cefbf..5c24e66 100644 --- a/code/client/cl_main.c +++ b/code/client/cl_main.c @@ -1695,7 +1695,7 @@ CL_ResetPureClientAtServer ================= */ void CL_ResetPureClientAtServer( void ) { - CL_AddReliableCommand(va("vdr"), qfalse); + CL_AddReliableCommand("vdr", qfalse); } /* |