fix billingType

This commit is contained in:
Hay1tsme 2022-12-11 05:48:28 -05:00
parent dce5bbe66d
commit 31931badf7
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ void nusec_config_load(struct nusec_config *cfg, const wchar_t *filename)
filename);
cfg->region = GetPrivateProfileIntW(L"keychip", L"region", 1, filename);
cfg->region = GetPrivateProfileIntW(L"keychip", L"billingType", 1, filename);
cfg->billing_type = GetPrivateProfileIntW(L"keychip", L"billingType", 1, filename);
cfg->system_flag = GetPrivateProfileIntW(
L"keychip",
L"systemFlag",