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:
Timothy C. McGrath 2003-04-10 01:36:02 +00:00
parent ff577f1175
commit f61d0f0d6a

View file

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