summaryrefslogtreecommitdiff
path: root/source/sv_user.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/sv_user.c')
-rw-r--r--source/sv_user.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/sv_user.c b/source/sv_user.c
index e5b93ed..1249cbe 100644
--- a/source/sv_user.c
+++ b/source/sv_user.c
@@ -769,7 +769,7 @@ static void SV_Lag_f( void ) {
c2s = ( (float)cl->netchan->total_dropped /
cl->netchan->total_received ) * 100.0f;
- SV_ClientPrintf( cl, PRINT_HIGH,
+ SV_ClientPrintf( sv_client, PRINT_HIGH,
"Lag stats for: %s\n"
"RTT (min/avg/max): %d/%d/%d ms\n"
"Server to client PL: %.2f%% (approx)\n"