diff --git a/mod/Jailbreak.SpecialDay/SpecialDays/InfectionDay.cs b/mod/Jailbreak.SpecialDay/SpecialDays/InfectionDay.cs index cf5f5a6..9b5e567 100644 --- a/mod/Jailbreak.SpecialDay/SpecialDays/InfectionDay.cs +++ b/mod/Jailbreak.SpecialDay/SpecialDays/InfectionDay.cs @@ -133,8 +133,9 @@ override protected HookResult public class InfectionSettings : SpecialDaySettings { public InfectionSettings() { - CtTeleport = TeleportType.ARMORY; - TTeleport = TeleportType.RANDOM; + CtTeleport = TeleportType.ARMORY; + TTeleport = TeleportType.RANDOM; + RestrictWeapons = true; WithRespawns(CsTeam.CounterTerrorist); }