Skip to content

Commit

Permalink
Fix infection day not restricting weapons (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
MSWS authored Sep 8, 2024
2 parents 5e4d325 + 620d414 commit bf1595a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mod/Jailbreak.SpecialDay/SpecialDays/InfectionDay.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit bf1595a

Please sign in to comment.