From c091425ac0be2eb631946292361e3fbaa674f1f0 Mon Sep 17 00:00:00 2001 From: mlemlody Date: Fri, 27 Feb 2026 18:52:31 +0100 Subject: [PATCH] fix the fix that was broken --- TextmodeTF2/src/BytePatches/BytePatches.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/TextmodeTF2/src/BytePatches/BytePatches.h b/TextmodeTF2/src/BytePatches/BytePatches.h index 77e7a8c..93f1e78 100644 --- a/TextmodeTF2/src/BytePatches/BytePatches.h +++ b/TextmodeTF2/src/BytePatches/BytePatches.h @@ -211,9 +211,7 @@ class CBytePatches { // CDataCacheSection::Unlock CRASHFIX! BytePatch("datacache.dll", "48 89 5C 24 18 48 89 7C 24 20 41 56 48 83 EC 20 F6 81 E0 00 00 00 04", 0x41, "90 90 90 90 90"), - - // Fixes crash in datacache.dll+0xf2b3 (likely FindMDL or similar) - BytePatch("datacache.dll", "4E 8B 44 C0 10 4D 85 C0 0F 84 80 00 00 00", 0x0, "45 31 C0 90 90 4D 85 C0 0F 84 80 00 00 00"), + BytePatch("datacache.dll", "4E 8B 44 C0 10 4D 85 C0 0F 84 ? ? ? ?", 0x0, "45 31 C0 90 90"), }}, {"gameui", {