Skip to content

Commit

Permalink
bye bye event
Browse files Browse the repository at this point in the history
  • Loading branch information
joker-119 committed Jun 24, 2023
1 parent 5403b8d commit 4f09432
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion EXILED.props
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<PropertyGroup>
<!-- This is the global version and is used for all projects that don't have a version -->
<Version Condition="$(Version) == ''">7.0.0-rc.8</Version>
<Version Condition="$(Version) == ''">7.0.1</Version>
<!-- Enables public beta warning via the PUBLIC_BETA constant -->
<PublicBeta>false</PublicBeta>

Expand Down
2 changes: 1 addition & 1 deletion Exiled.Events/Patches/Events/Player/ThrownProjectile.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ namespace Exiled.Events.Patches.Events.Player
/// Patches <see cref="ThrowableItem.ServerThrow"/>.
/// Adds the <see cref="Handlers.Player.ThrownProjectile"/> event.
/// </summary>
[HarmonyPatch(typeof(ThrowableItem), nameof(ThrowableItem.ServerThrow))]
// [HarmonyPatch(typeof(ThrowableItem), nameof(ThrowableItem.ServerThrow))]
internal static class ThrownProjectile
{
private static IEnumerable<CodeInstruction> Transpiler(IEnumerable<CodeInstruction> instructions, ILGenerator generator)
Expand Down

0 comments on commit 4f09432

Please sign in to comment.