mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
fix a crash + fix s15
This commit is contained in:
6
vendor/memcury.h
vendored
6
vendor/memcury.h
vendored
@@ -984,6 +984,12 @@
|
||||
|
||||
auto RelativeOffset(uint32_t offset) -> Scanner
|
||||
{
|
||||
if (!_address.Get())
|
||||
{
|
||||
LOG_WARN(LogMemory, "Trying to relative offset an invalid offset!");
|
||||
return *this;
|
||||
}
|
||||
|
||||
_address.RelativeOffset(offset);
|
||||
|
||||
return *this;
|
||||
|
||||
Reference in New Issue
Block a user