refactor: cleanup in Dalamud.cs

This commit is contained in:
goat 2021-01-17 21:44:26 +01:00
parent beb86a3954
commit 87df159c40
3 changed files with 149 additions and 59 deletions

View file

@ -30,8 +30,8 @@ namespace Dalamud.Game.Internal
}
public void Dispose() {
if (this.DebugCheckAddress != IntPtr.Zero && this.original != null)
Marshal.Copy(this.original, 0, DebugCheckAddress, this.nop.Length);
//if (this.DebugCheckAddress != IntPtr.Zero && this.original != null)
// Marshal.Copy(this.original, 0, DebugCheckAddress, this.nop.Length);
}
}
}