This commit is contained in:
CHIEFSOFT\ameye
2023-10-28 13:13:20 -04:00
parent bfcb1dd095
commit a8be0ef476
+1 -1
View File
@@ -467,7 +467,7 @@ long WrenchFamilyTransfer(CVars in, CVars &out){
out["error_limit"] = "amount_greater_than_limit";
}
if (in["amount"].Long() <= 0 > ){
if (in["amount"].Long() <= 0 ){
err_count++;
out["error_balance"] = "amount_inavlid";
}