Skip to content

Commit

Permalink
EventNotCorrectlyRegister
Browse files Browse the repository at this point in the history
  • Loading branch information
louis1706 committed Feb 14, 2024
1 parent 347754d commit bc339de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Exiled.Events/Patches/Events/Scp914/UpgradingPlayer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ namespace Exiled.Events.Patches.Events.Scp914

/// <summary>
/// Patches <see cref="Scp914Upgrader.ProcessPlayer(ReferenceHub, bool, bool, Vector3, Scp914KnobSetting)" />
/// to add the <see cref="Scp914.UpgradingPlayer" /> event.
/// to add the <see cref="Scp914.UpgradingPlayer" /> and <see cref="Scp914.UpgradingInventoryItem" /> event.
/// </summary>
[EventPatch(typeof(Scp914), nameof(Scp914.UpgradingPlayer))]
[EventPatch(typeof(Scp914), nameof(Scp914.UpgradingInventoryItem))]
[HarmonyPatch(typeof(Scp914Upgrader), nameof(Scp914Upgrader.ProcessPlayer))]
internal static class UpgradingPlayer
{
Expand Down

0 comments on commit bc339de

Please sign in to comment.