From b9e2d2b690904b6e27701001984a7e9e25a155e6 Mon Sep 17 00:00:00 2001 From: Fyren Date: Mon, 27 Jul 2009 16:44:17 -0700 Subject: [PATCH] Make Insurgency use SayText for printing to chat (bug 3738, r=dvander) --- gamedata/core.games/common.games.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/gamedata/core.games/common.games.txt b/gamedata/core.games/common.games.txt index 4d162183..4caeebbe 100644 --- a/gamedata/core.games/common.games.txt +++ b/gamedata/core.games/common.games.txt @@ -180,4 +180,12 @@ "GameExtension" "game.tf2" } } + + "insurgency" + { + "Keys" + { + "ChatSayText" "yes" + } + } }