out country

This commit is contained in:
CHIEFSOFT\ameye
2024-06-23 10:25:32 -04:00
parent 87e4861733
commit a70aa0ba8d
+1 -1
View File
@@ -2480,7 +2480,7 @@ long LoginWrenchBoardAccount(CVars in, CVars &out) {
ret = PHP_LOGIN_OK;
CVars xout;
if ( WrenchTestWalletCapability(in, xout) == 0 ){
if ( WrenchTestWalletCapability(out, xout) == 0 ){
out["wallet_country_status"] = xout["wallet_country_status"];
out["wallet_available_status"] = xout["wallet_available_status"];
out["wallet_action_type"] = xout["wallet_action_type"];