From 9e81fee470355587dda1a23b47306a531b93ede2 Mon Sep 17 00:00:00 2001 From: Cahz Date: Sat, 17 Oct 2020 08:15:39 -0700 Subject: [PATCH] Major Stability Update --- Multiplayer Mods/MW3 Styled Infection/_clientids.gsc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Multiplayer Mods/MW3 Styled Infection/_clientids.gsc b/Multiplayer Mods/MW3 Styled Infection/_clientids.gsc index 19947b7..d0ab073 100644 --- a/Multiplayer Mods/MW3 Styled Infection/_clientids.gsc +++ b/Multiplayer Mods/MW3 Styled Infection/_clientids.gsc @@ -31,8 +31,8 @@ init() level thread onPlayerConnect(); level thread StartInfected(); level thread EndInfected(); - wait 1; - level thread spawnBot(10); + //wait 1; + //level thread spawnBot(10); //uncomment these 2 lines if you'd like to test with bots (bots r trash :( :( :( ) } onPlayerConnect()