mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-21 09:51:41 +00:00
Fixed a bug Drspliff pointed out that was causing people to be kicked from sensitive servers for 'faking console messages'.
Tim McGrath
This commit is contained in:
parent
ff577f1175
commit
f61d0f0d6a
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ Team_ParseSay (const char *s)
|
|||
VectorCopy (cl.simorg, last_recorded_location);
|
||||
t1 = location->name;
|
||||
} else
|
||||
snprintf (t2, sizeof (t2), "Unknown!\n");
|
||||
snprintf (t2, sizeof (t2), "Unknown!");
|
||||
break;
|
||||
case 'a':
|
||||
if (bracket) {
|
||||
|
|
Loading…
Reference in a new issue