forgot to update stats column
parent
a44a6c382f
commit
81853b1863
|
@ -57,6 +57,11 @@ func Get(uuid []byte, datatype, slot int) (any, error) {
|
|||
if err != nil {
|
||||
return nil, fmt.Errorf("failed to update system save data: %s", err)
|
||||
}
|
||||
|
||||
err = db.UpdateAccountStats(uuid, system.GameStats, system.VoucherCounts)
|
||||
if err != nil {
|
||||
return nil, fmt.Errorf("failed to update account stats: %s", err)
|
||||
}
|
||||
}
|
||||
|
||||
return system, nil
|
||||
|
|
Loading…
Reference in New Issue