Skip to content

Commit

Permalink
Revert "Fix Error"
Browse files Browse the repository at this point in the history
This reverts commit d53d84d.
  • Loading branch information
louis1706 committed Nov 17, 2024
1 parent b349cf8 commit a1e3393
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ private static IEnumerable<CodeInstruction> Transpiler(IEnumerable<CodeInstructi
Label continueLabel = generator.DefineLabel();

const int offset = -4;
MethodInfo scp173ExecuteEvent = typeof(EventManager)
var scp173ExecuteEvent = typeof(EventManager)
.GetMethods(BindingFlags.Public | BindingFlags.Static)
.FirstOrDefault(m => m.Name == nameof(EventManager.ExecuteEvent)
&& !m.IsGenericMethod);
Expand Down

0 comments on commit a1e3393

Please sign in to comment.