This commit is contained in:
CHIEFSOFT\ameye
2023-10-30 11:18:17 -04:00
parent cbace4b29d
commit b709dbb64a
+1 -1
View File
@@ -288,7 +288,7 @@ long WrenchFamilyTransferCredit( CVars in, CVars &out ){
// snprintf(title, sizeof (title), "%lu(%s) Reward sent to %s",out["amount"].Long()*0.01,out["currency"].c_str(), out["firstname"].c_str());
xxx["title"] = out["title"]; xxx["title"].set_valid( true );
xxx["description"] = out["description"]; xxx["description"].set_valid( true );
WrenchLogRecent(xxx, yy);
WrenchLogRecent(out, yy); // out contains everything needed
}