Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 5d5c150

Browse files
committed
Sync with ReClass.NET code changes.
1 parent 7e7d070 commit 5d5c150

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎FrostbitePluginExt.cs‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ public override bool Initialize(IPluginHost host)
5353

5454
public override void Terminate()
5555
{
56-
host.UnregisterNodeType(typeof(WeakPtrNode), converter, generator);
56+
host.DeregisterNodeType(typeof(WeakPtrNode), converter, generator);
5757

58-
host.UnregisterNodeInfoReader(reader);
58+
host.DeregisterNodeInfoReader(reader);
5959

6060
host = null;
6161
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /