mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 13:14:17 +01:00
fix: don't fuck up patch in debug fix
This commit is contained in:
parent
d949734fe9
commit
c7156d27bb
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ namespace Dalamud.Game.Internal
|
||||||
Log.Verbose("DebugCheck address {DebugCheckAddress}", DebugCheckAddress);
|
Log.Verbose("DebugCheck address {DebugCheckAddress}", DebugCheckAddress);
|
||||||
}
|
}
|
||||||
|
|
||||||
private readonly byte[] nop = new byte[] { 0x31, 0xC0, 0x90, 0x90, 0x90, 0x90, 0x90 };
|
private readonly byte[] nop = new byte[] { 0x31, 0xC0, 0x90, 0x90, 0x90, 0x90 };
|
||||||
private byte[] original;
|
private byte[] original;
|
||||||
|
|
||||||
public void Enable() {
|
public void Enable() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue