fix the paused message swaparoo

This commit is contained in:
Bill Currie 2000-10-16 03:12:03 +00:00
parent c808bf155e
commit e60ae3b48c

View file

@ -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);