Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
VALERA771 committed Aug 16, 2024
1 parent 1c2eaef commit 198da14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EXILED/Exiled.Events/Patches/Events/Server/Unban.cs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ private static IEnumerable<CodeInstruction> Transpiler(IEnumerable<CodeInstructi
new(OpCodes.Newobj, GetDeclaredConstructors(typeof(UnbannedEventArgs))[0]),

// Handlers.Server.OnUnbanned(ev2);
new(OpCodes.Call, Method(typeof(Handlers.Server), nameof(Handlers.Server.OnUnbanned)))
new(OpCodes.Call, Method(typeof(Handlers.Server), nameof(Handlers.Server.OnUnbanned))),
});

for (int z = 0; z < newInstructions.Count; z++)
Expand Down

0 comments on commit 198da14

Please sign in to comment.