mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-02-01 20:30:57 +00:00
fix the paused message swaparoo
This commit is contained in:
parent
c808bf155e
commit
e60ae3b48c
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue