fixed following patch (#50)

This commit is contained in:
joffreybesos
2024-12-06 16:54:59 +10:00
committed by GitHub
parent 2eeee0cf1f
commit 2270b7c621
4 changed files with 11 additions and 11 deletions

View File

@@ -83,7 +83,7 @@ func (gd *GameReader) Objects(playerPosition data.Position, hover data.HoverData
PortalData: portalData,
})
}
objectUnitPtr = uintptr(gd.Process.ReadUInt(objectUnitPtr+0x150, Uint64))
objectUnitPtr = uintptr(gd.Process.ReadUInt(objectUnitPtr+0x158, Uint64))
}
}