From 2e22d7ed342ab8eec1d0e30d594ac7a146925c8f Mon Sep 17 00:00:00 2001
From: Spoike <acceptthis@users.sourceforge.net>
Date: Sat, 26 Nov 2005 21:15:39 +0000
Subject: [PATCH] Okay, so, urm, don't print DISTRIBUTION as part of the
 version, print FTE instead. Thanks.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1593 fc73d0e0-1445-4013-8a0c-d673dee63da5
---
 engine/server/sv_main.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/engine/server/sv_main.c b/engine/server/sv_main.c
index 432c91d2e..899b1b90c 100644
--- a/engine/server/sv_main.c
+++ b/engine/server/sv_main.c
@@ -1058,7 +1058,7 @@ void SVC_GetChallenge (void)
 		if (sv_listen.value >= 2)
 		{
 		//dp can respond to this (and fte won't get confused because the challenge will be wrong)
-			buf = va("challenge DISTRIBUTION%i", svs.challenges[i].challenge);
+			buf = va("challenge "DISTRIBUTION"%i", svs.challenges[i].challenge);
 			Netchan_OutOfBand(NS_SERVER, net_from, strlen(buf)+1, buf);
 		}
 	}
@@ -2860,7 +2860,7 @@ void SV_MVDStream_Poll(void);
 
 // process console commands
 		if (!pr_imitatemvdsv.value)
-		Cbuf_Execute ();
+			Cbuf_Execute ();
 	}
 
 	if (sv.state < ss_active)	//whoops...