This commit is contained in:
shoopea 2020-08-08 12:10:01 +02:00
parent 484d81c5ab
commit 529469f702

2
job.go
View File

@ -2758,7 +2758,7 @@ func jobVaultValOth(j Job) {
Quality: v.Quality,
Quantity: v.Quantity,
Volume: volume,
Value: price,
Price: price,
}
p.Val = append(p.Val, t)
}