Skip to content

Commit

Permalink
Fix OITC settings persisting after round end
Browse files Browse the repository at this point in the history
  • Loading branch information
MSWS committed Sep 2, 2024
1 parent 4207c03 commit dcad3c4
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 dcad3c4

Please sign in to comment.