Skip to content

Commit

Permalink
Swap Harmony to HarmonyX
Browse files Browse the repository at this point in the history
  • Loading branch information
evilfactory committed Nov 13, 2024
1 parent f117f77 commit b66b354
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Barotrauma/BarotraumaShared/Luatrauma.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<ItemGroup>
<PackageReference Include="Luatrauma.Internal.AssemblyPublicizer.MSBuild" Version="0.1.4" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="4.1.0" />
<PackageReference Include="Lib.Harmony" Version="2.2.2" />
<PackageReference Include="HarmonyX" Version="2.13.0" />
<PackageReference Include="Sigil" Version="5.0.0" />
<PackageReference Include="LightInject" Version="6.6.4" />
<PackageReference Include="QuikGraph" Version="2.5.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,7 @@ public void Remove(string name, string identifier)

public void Clear()
{
harmony?.UnpatchAll();
harmony?.UnpatchSelf();

foreach (var (_, patch) in registeredPatches)
{
Expand Down

0 comments on commit b66b354

Please sign in to comment.