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

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
iopietro committed Dec 22, 2022
1 parent d2f22c2 commit a592e80
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Exiled.Events/Handlers/Warhead.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,7 @@ public static class Warhead
/// Called before starting the warhead.
/// </summary>
/// <param name="ev">The <see cref="StartingEventArgs" /> instance.</param>
public static void OnStarting(StartingEventArgs ev)
{
Starting.InvokeSafely(ev);
}
public static void OnStarting(StartingEventArgs ev) => Starting.InvokeSafely(ev);

/// <summary>
/// Called after the warhead has been detonated.
Expand Down

0 comments on commit a592e80

Please sign in to comment.