Skip to content

Commit

Permalink
Fix infection day not restricting weapons
Browse files Browse the repository at this point in the history
  • Loading branch information
MSWS committed Sep 8, 2024
1 parent 7cf2cd7 commit 620d414
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 620d414

Please sign in to comment.