Skip to content
This repository has been archived by the owner on Jan 19, 2025. It is now read-only.

Commit

Permalink
Small comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xNexusACS committed Oct 29, 2024
1 parent 158f1cc commit 9bb9031
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ private static IEnumerable<CodeInstruction> Transpiler(IEnumerable<CodeInstructi
new(OpCodes.Callvirt, PropertyGetter(typeof(AlphaWarheadOutsitePanel), nameof(AlphaWarheadOutsitePanel.NetworkkeycardEntered))),
new(OpCodes.Brfalse_S, openLabel),

// if Config::WarheadButtonClosable, goto endLabel
// if Config::WarheadButtonClosable is false, goto endLabel
new(OpCodes.Callvirt, PropertyGetter(typeof(Exiled.Events.Events), nameof(Exiled.Events.Events.Instance))),
new(OpCodes.Callvirt, PropertyGetter(typeof(Exiled.Events.Events), nameof(Exiled.Events.Events.Config))),
new(OpCodes.Callvirt, PropertyGetter(typeof(Config), nameof(Config.WarheadButtonClosable))),
Expand Down

0 comments on commit 9bb9031

Please sign in to comment.