From 0eac27c8d1c98ea953925e3aa9c638faa24cadb6 Mon Sep 17 00:00:00 2001 From: Travis Nickles Date: Thu, 1 Nov 2018 15:53:32 -0500 Subject: [PATCH] Fixed bad copy pasta. I swear this was corrected previously. VS at fault again? --- DS4Windows/DS4Forms/DS4Form.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DS4Windows/DS4Forms/DS4Form.cs b/DS4Windows/DS4Forms/DS4Form.cs index dda0fa0..cd6ca62 100644 --- a/DS4Windows/DS4Forms/DS4Form.cs +++ b/DS4Windows/DS4Forms/DS4Form.cs @@ -2178,7 +2178,7 @@ Properties.Resources.DS4Update, MessageBoxButtons.YesNo, MessageBoxIcon.Question } else { - ScpDevice.UnregisterNotify(Handle); + ScpDevice.UnregisterNotify(regHandle); } } else if (userClosing && closeMini && !contextclose)