processor

This commit is contained in:
CHIEFSOFT\ameye
2023-11-11 11:14:08 -05:00
parent 8ad44b2781
commit f13f8c67a0
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -928,6 +928,11 @@ long WrenchBoardMobileSendUserWallet(CVars in, CVars &out) {
snprintf(vname, sizeof (vname), "wallet_uid_%05d", i);
out[vname] = rec["wallet_uid"];
snprintf(vname, sizeof (vname), "processor_%05d", i);
out[vname] = rec["processor"];
}
}