Fixed an issue where specifying the module name would not be used
This commit is contained in:
@@ -145,6 +145,8 @@ uint8_t* Memory::AOBScan(
|
||||
if (_log) _log->warn("Skipping AOB scan because module '{}' is unavailable.", module_name);
|
||||
return nullptr;
|
||||
}
|
||||
modInfo = modinfo;
|
||||
found = true;
|
||||
}
|
||||
// Fallback to determine module loaded
|
||||
if (!found || module_name.empty() || module_name == "*") {
|
||||
|
||||
Reference in New Issue
Block a user