diff --git a/source/sv_user.c b/source/sv_user.c index 33f2c56..9f5e997 100644 --- a/source/sv_user.c +++ b/source/sv_user.c @@ -997,7 +997,7 @@ void SV_Pause_f (void) return; } - if (sv.paused) + if (!sv.paused) snprintf (st, sizeof(st), "%s paused the game\n", host_client->name); else snprintf (st, sizeof(st), "%s unpaused the game\n", host_client->name);