Skip to content

Commit

Permalink
Update EXILED/Exiled.Events/Patches/Fixes/FixElevatorChamberAwake.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
louis1706 authored Jan 15, 2025
1 parent 58005c7 commit 89cbe9c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace Exiled.Events.Patches.Fixes

/// <summary>
/// Patches <see cref="ElevatorChamber.Awake" />'s setter.
/// Fix for the <see cref="Handlers.Map.ElevatorSequencesUpdated" /> event having it's value being null.
/// Fix for the <see cref="Handlers.Map.ElevatorSequencesUpdated" /> event having its value being null.
/// </summary>
[HarmonyPatch(typeof(ElevatorChamber), nameof(ElevatorChamber.Awake))]
internal class FixElevatorChamberAwake
Expand Down

0 comments on commit 89cbe9c

Please sign in to comment.