From 64bb05477644082eafd13759efe002cd7b4a13f9 Mon Sep 17 00:00:00 2001 From: Cahz Date: Tue, 20 Oct 2020 18:36:46 -0700 Subject: [PATCH] Major fixes --- Multiplayer Mods/MW3 Styled Infection/tdm.gsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Multiplayer Mods/MW3 Styled Infection/tdm.gsc b/Multiplayer Mods/MW3 Styled Infection/tdm.gsc index bf965f9..9c711c8 100644 --- a/Multiplayer Mods/MW3 Styled Infection/tdm.gsc +++ b/Multiplayer Mods/MW3 Styled Infection/tdm.gsc @@ -43,7 +43,7 @@ main() //checked matches cerberus output setscoreboardcolumns( "score", "kills", "deaths", "kdratio", "assists" ); thread setup_infected(); - thread add_bots(); //use this to test with bots!!! + //thread add_bots(); //use this to test with bots!!! } onstartgametype() //checked changed to match cerberus output