From f61d0f0d6a6eea2801370b9f4e2cc897cbcb96fd Mon Sep 17 00:00:00 2001 From: "Timothy C. McGrath" Date: Thu, 10 Apr 2003 01:36:02 +0000 Subject: [PATCH] Fixed a bug Drspliff pointed out that was causing people to be kicked from sensitive servers for 'faking console messages'. Tim McGrath --- qw/source/teamplay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qw/source/teamplay.c b/qw/source/teamplay.c index a61365d86..d07c01e03 100644 --- a/qw/source/teamplay.c +++ b/qw/source/teamplay.c @@ -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) {