Log improvement

This commit is contained in:
2025-11-22 19:10:50 +01:00
parent 3c81633876
commit 701c3c1e1d

View File

@@ -89,7 +89,7 @@ extern "C" __declspec(dllexport) void SetFixEnabled(bool enabled, bool init)
Cameraaddress = Memory::AOBScan("", AspectStringObfuscated.decrypt(), PAGE_EXECUTE_READ);
if (!Cameraaddress)
logger->warn("Camera ratio signature not found. Maybe your game has been updated and is no more compatible with this plugin.");
logger->warn("Camera signature not found. Maybe your game has been updated and is no more compatible with this plugin.");
else
logger->info("Camera signature found at address: 0x{:X}.", reinterpret_cast<uintptr_t>(Cameraaddress));
}