Log improvement
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user