Skip to content

Commit

Permalink
Try not removing weapons in OITC due to crash
Browse files Browse the repository at this point in the history
  • Loading branch information
MSWS committed Oct 31, 2024
1 parent 20ce8b3 commit d006aee
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 d006aee

Please sign in to comment.