Skip to content

Commit

Permalink
Increase Harmony Patch Priority (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Gregory authored Jan 30, 2024
1 parent 09fafcb commit 6d4c336
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v2.1.3]

### Changed
- Increased Harmony Patch priority

## [v2.1.2]

### Changed
Expand Down
2 changes: 1 addition & 1 deletion LethalNetworkAPI/Networking/NetworkManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
namespace LethalNetworkAPI.Networking;

[HarmonyPatch]
[HarmonyPriority(Priority.Normal)]
[HarmonyPriority(Priority.First)]
[HarmonyWrapSafe]
internal class NetworkObjectManager
{
Expand Down

0 comments on commit 6d4c336

Please sign in to comment.