mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-06-01 17:12:15 +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);
|
VectorCopy (cl.simorg, last_recorded_location);
|
||||||
t1 = location->name;
|
t1 = location->name;
|
||||||
} else
|
} else
|
||||||
snprintf (t2, sizeof (t2), "Unknown!\n");
|
snprintf (t2, sizeof (t2), "Unknown!");
|
||||||
break;
|
break;
|
||||||
case 'a':
|
case 'a':
|
||||||
if (bracket) {
|
if (bracket) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue