fix: don't double disable

This commit is contained in:
goat 2021-10-26 23:25:15 +02:00
parent b04adaecfc
commit ce3aaf7a9b
No known key found for this signature in database
GPG key ID: 7773BB5B43BA52E5
2 changed files with 35 additions and 1 deletions

View file

@ -167,7 +167,6 @@ namespace Dalamud.Hooking
if (this.isMinHook)
{
this.Disable();
this.minHookImpl.Dispose();
}
else