Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
louis1706 committed Dec 27, 2024
1 parent 020f114 commit f29a55c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EXILED/Exiled.Events/Patches/Fixes/FixNWDisarmCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ namespace Exiled.Events.Patches.Fixes

/// <summary>
/// Patches the <see cref="JustResourcesHandler.HandleDisarmed(ReferenceHub, ReferenceHub)"/> delegate.
/// Changes <see cref="ushort.MaxValue"/> to <see cref="ushort.MinValue"/>.
/// Fix https://git.scpslgame.com/northwood-qa/scpsl-bug-reporting/-/issues/528.
/// </summary>
[HarmonyPatch(typeof(JustResourcesHandler), nameof(JustResourcesHandler.HandleDisarmed), new Type[] { typeof(ReferenceHub), typeof(ReferenceHub), })]
internal class FixNWDisarmCommand
Expand Down

0 comments on commit f29a55c

Please sign in to comment.