Skip to content

Commit

Permalink
Try not removing weapons in OITC due to crash (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
MSWS authored Oct 31, 2024
2 parents e80b0b7 + d006aee commit 28b2521
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mod/Jailbreak.SpecialDay/SpecialDays/OneInTheChamberDay.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ public override void Execute() {
base.Execute();

foreach (var player in PlayerUtil.GetAlive()) {
player.RemoveWeapons();
if (CV_ADDITIONAL_WEAPON.Value.Length > 0)
player.GiveNamedItem(CV_ADDITIONAL_WEAPON.Value);
if (CV_WEAPON.Value.Length > 0) {
Expand Down

0 comments on commit 28b2521

Please sign in to comment.