From c2343f79f266c66d5aaa534cc76941e6d54e1cf6 Mon Sep 17 00:00:00 2001 From: nastys <@> Date: Wed, 29 Sep 2021 19:24:07 +0200 Subject: [PATCH] 2.6.4: PD Loader version text fix --- source-code/source/plugins/Patches/PatchApplier710.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source-code/source/plugins/Patches/PatchApplier710.h b/source-code/source/plugins/Patches/PatchApplier710.h index bef07aa..9c12472 100644 --- a/source-code/source/plugins/Patches/PatchApplier710.h +++ b/source-code/source/plugins/Patches/PatchApplier710.h @@ -166,8 +166,8 @@ class PatchApplier710 : public PatchApplier { if (nPDLoaderText && !nHideFreeplay) { - InjectCode((void*)0x00000001409F61F0, { 0x50, 0x44, 0x20, 0x4C, 0x6F, 0x61, 0x64, 0x65, 0x72, 0x20, 0x00, 0x20, - '2', '.', '6', '.', '4'}); + InjectCode((void*)0x00000001409F61F0, { 0x50, 0x44, 0x20, 0x4C, 0x6F, 0x61, 0x64, 0x65, 0x72, 0x20, 0x00, + 0x20, 0x32, 0x2E, 0x36, 0x2E, 0x34}); printf("[Patches] Show PD Loader text\n"); } }