mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-13 18:14:15 +01:00
fix some shit maybe
This commit is contained in:
parent
db5df98d80
commit
a909319ae3
4 changed files with 32 additions and 32 deletions
|
|
@ -99,7 +99,7 @@ public sealed class GameObjectHandler : DisposableMediatorSubscriberBase
|
|||
nint curPtr = IntPtr.Zero;
|
||||
try
|
||||
{
|
||||
curPtr = _getAddress.Invoke();
|
||||
curPtr = CurrentAddress;
|
||||
|
||||
if (curPtr == IntPtr.Zero) return true;
|
||||
|
||||
|
|
@ -136,7 +136,7 @@ public sealed class GameObjectHandler : DisposableMediatorSubscriberBase
|
|||
{
|
||||
if (_haltProcessing) return;
|
||||
|
||||
var curPtr = _getAddress.Invoke();
|
||||
var curPtr = CurrentAddress;
|
||||
bool drawObjDiff = false;
|
||||
try
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue