Skip to content

Commit

Permalink
Code style to make bot happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhinous committed Jun 6, 2024
1 parent e5c8dfa commit 55852dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/CombatExtended/Harmony/Harmony_LordToil_Siege.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ internal static IEnumerable<CodeInstruction> Transpiler(IEnumerable<CodeInstruct
else
{
codes[startIndex] = new CodeInstruction(OpCodes.Call, methodCustomCondition); // Call the new method for evaluation
codes.RemoveRange(startIndex+1, endIndex-startIndex); // Remove the default code
codes.RemoveRange(startIndex + 1, endIndex - startIndex); // Remove the default code
return codes;
}
}
Expand Down

0 comments on commit 55852dd

Please sign in to comment.