Skip to content

Commit

Permalink
Fix RealPov.PlayHome UnpatchAll
Browse files Browse the repository at this point in the history
  • Loading branch information
Keelhauled committed Jun 2, 2021
1 parent f79e743 commit 69fbd8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RealPOV.PlayHome/PointOfView.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ private void Awake()

private void OnDestroy()
{
harmony.UnpatchAll();
harmony.UnpatchSelf();

if(lockNormalCamera)
Restore();
Expand Down

0 comments on commit 69fbd8b

Please sign in to comment.