diff --git a/raw/scripts/_inf_anti_camp.gsc b/raw/scripts/_inf_anti_camp.gsc index 50b8967..c3a802c 100644 --- a/raw/scripts/_inf_anti_camp.gsc +++ b/raw/scripts/_inf_anti_camp.gsc @@ -34,7 +34,10 @@ connected() self waittill( "spawned_player" ); if ( self.pers["team"] != "allies" ) + { self.anti_camp = false; + return; // You can't go back to allies team because it's infect mode + } } }