Merge branch 'master' of https://github.com/goatcorp/Dalamud into imgui_update

This commit is contained in:
goat 2021-01-23 01:02:50 +01:00
commit aef30dba5e

View file

@ -24,7 +24,7 @@ namespace Dalamud.Game.Internal
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;
public void Enable() {