Small fixes

This commit is contained in:
Gustave Monce
2024-10-21 23:40:17 +02:00
parent 6992ed3f70
commit 1e5da5452b
8 changed files with 22 additions and 101 deletions
+1 -1
View File
@@ -617,7 +617,7 @@ namespace Patcher
// Patch bytes in buffer
System.Buffer.BlockCopy(Bytes, 0, FileBuffer, (int)RawOffset, Bytes.Length);
// Add patch to defintions (original and patched bytes)
// Add patch to definitions (original and patched bytes)
Patch CurrentPatch = FilePatchCollection.Patches.Find(p => p.Address == RawOffset);
if (CurrentPatch == null)
{