mirror of
https://github.com/ttttupup/wxhelper.git
synced 2024-11-05 18:09:24 +08:00
fix: login state cloase issue #149
This commit is contained in:
parent
d1ce40c216
commit
3da32cce12
@ -186,7 +186,7 @@ int AccountMgr::CheckLogin() {
|
|||||||
POPAD
|
POPAD
|
||||||
}
|
}
|
||||||
if (service_addr) {
|
if (service_addr) {
|
||||||
success = *(DWORD *)(service_addr + 0x4C8);
|
success = *(DWORD *)(service_addr + 0x4E0);
|
||||||
}
|
}
|
||||||
return success;
|
return success;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user