From 3f6ca32bc86da9f25881a42f84ef1491978b8c64 Mon Sep 17 00:00:00 2001 From: powerof3 Date: Sat, 8 Jun 2024 14:20:26 +0000 Subject: [PATCH] maintenance --- src/Fixes/FirstPersonAlpha.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Fixes/FirstPersonAlpha.cpp b/src/Fixes/FirstPersonAlpha.cpp index eb69ca6..288a9cf 100644 --- a/src/Fixes/FirstPersonAlpha.cpp +++ b/src/Fixes/FirstPersonAlpha.cpp @@ -22,7 +22,7 @@ namespace Fixes::FirstPersonAlpha { REL::Relocation target{ REL_ID(37777, 38722), 0x55 }; stl::write_thunk_call(target.address()); - + logger::info("\t\tInstalled first person alpha fix"sv); } }