Skip to content

Commit

Permalink
Fix OITC settings persisting after round end (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
MSWS authored Sep 2, 2024
2 parents 83a2b10 + dcad3c4 commit 756d4d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mod/Jailbreak.SpecialDay/SpecialDays/OneInTheChamberDay.cs
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ override protected HookResult
OnEnd(EventRoundEnd @event, GameEventInfo info) {
Plugin.DeregisterEventHandler<EventPlayerHurt>(OnPlayerDamage);
Plugin.DeregisterEventHandler<EventPlayerDeath>(OnPlayerDeath);
Plugin.DeregisterEventHandler<EventItemPickup>(OnPickup);
return base.OnEnd(@event, info);
}

Expand Down

0 comments on commit 756d4d0

Please sign in to comment.