mirror of
https://github.com/rvtr/ctr_Repair.git
synced 2025-10-31 13:51:08 -04:00
accountStatusが'T'の時はアカウント削除しないように
git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-05-23%20-%20ctr.7z%20+%20svn_v1.068.zip/ctr/svn/ctr_Repair@271 385bec56-5757-e545-9c3a-d8741f4650f1
This commit is contained in:
parent
9cbc2e2846
commit
aa0f11e237
@ -402,8 +402,7 @@ void ShopOperationSingleThreadFunc(ShopThreadParam param)
|
||||
ECAccountInfo* pAccountInfo;
|
||||
result = ShopOperationConnect(&pAccountInfo);
|
||||
NIM_SHOP_RESULT_CHECK(result);
|
||||
if (pAccountInfo->accountStatus && (pAccountInfo->accountStatus[0] == 'R'
|
||||
|| (pAccountInfo->accountStatus[0] == 'T')))
|
||||
if (pAccountInfo->accountStatus && (pAccountInfo->accountStatus[0] == 'R'))
|
||||
{
|
||||
/* ---------------------------------------------------------------
|
||||
Unregister
|
||||
|
||||
Loading…
Reference in New Issue
Block a user